peertube-app/CloudronManifest.json

34 lines
1 KiB
JSON
Raw Normal View History

2020-06-16 04:47:04 +00:00
{
2020-12-02 18:22:14 +00:00
"version": "1.2.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": {},
2020-10-15 04:45:44 +00:00
"sendmail": {},
"ldap": {}
2020-06-16 04:47:04 +00:00
},
2020-10-15 04:45:44 +00:00
"optionalSso": true,
2020-12-08 18:37:46 +00:00
"tags": [ "video", "youtube", "vimeo", "blog", "instagram", "media" ],
2020-06-24 19:26:29 +00:00
"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