peertube-app/CloudronManifest.json

32 lines
1.2 KiB
JSON
Raw Normal View History

2020-06-16 04:47:04 +00:00
{
2020-07-22 21:20:36 +00:00
"version": "0.5.0",
2020-06-16 04:47:04 +00:00
"id": "org.joinpeertube.cloudronapp",
2020-06-24 19:26:29 +00:00
"title": "PeerTube",
"author": "PeerTube developers",
"description": "file://DESCRIPTION.md",
"website": "https://joinpeertube.org/",
"contactEmail": "support@cloudron.io",
"tagline": "Take back control of your videos",
2020-06-24 19:26:56 +00:00
"icon": "file://logo.png",
2020-06-16 04:47:04 +00:00
"healthCheckPath": "/",
"httpPort": 9000,
"addons": {
"localstorage": {},
"postgresql": {},
"redis": {},
"sendmail": {}
},
2020-06-24 19:26:29 +00:00
"tags": [ "video", "youtube", "vimeo", "blog", "instagram" ],
"mediaLinks": [
2020-06-24 19:29:23 +00:00
"https://cloudron-app-screenshots.s3.amazonaws.com/org.joinpeertube.cloudronapp/ae8ff10c10b69017eac15d4bf0f432db932a5082/peertube-screenshot.jpg",
"https://cloudron-app-screenshots.s3.amazonaws.com/org.joinpeertube.cloudronapp/ae8ff10c10b69017eac15d4bf0f432db932a5082/home.png",
"https://cloudron-app-screenshots.s3.amazonaws.com/org.joinpeertube.cloudronapp/ae8ff10c10b69017eac15d4bf0f432db932a5082/subscribe.png"
2020-06-24 19:26:29 +00:00
],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md",
"documentationUrl": "https://cloudron.io/documentation/apps/peertube/",
"minBoxVersion": "5.3.0",
2020-06-16 04:47:04 +00:00
"manifestVersion": 2
}
2020-06-24 19:26:29 +00:00