peertube-app/CloudronManifest.json

32 lines
1,012 B
JSON
Raw Normal View History

2020-06-16 04:47:04 +00:00
{
2020-10-15 02:31:17 +00:00
"version": "1.0.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-09-29 22:08:04 +00:00
"https://screenshots.cloudron.io/org.joinpeertube.cloudronapp/peertube-screenshot.jpg",
"https://screenshots.cloudron.io/org.joinpeertube.cloudronapp/home.png",
"https://screenshots.cloudron.io/org.joinpeertube.cloudronapp/subscribe.png"
2020-06-24 19:26:29 +00:00
],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md",
2020-10-14 05:32:24 +00:00
"documentationUrl": "https://docs.cloudron.io/apps/peertube/",
"minBoxVersion": "5.3.0",
2020-06-16 04:47:04 +00:00
"manifestVersion": 2
}
2020-06-24 19:26:29 +00:00