peertube-app/CloudronManifest.json
Girish Ramakrishnan c3481eb352 Version 1.1.0
2020-10-14 22:49:55 -07:00

34 lines
1 KiB
JSON

{
"version": "1.1.0",
"id": "org.joinpeertube.cloudronapp",
"title": "PeerTube",
"author": "PeerTube developers",
"description": "file://DESCRIPTION.md",
"website": "https://joinpeertube.org/",
"contactEmail": "support@cloudron.io",
"tagline": "Take back control of your videos",
"icon": "file://logo.png",
"healthCheckPath": "/",
"httpPort": 9000,
"addons": {
"localstorage": {},
"postgresql": {},
"redis": {},
"sendmail": {},
"ldap": {}
},
"optionalSso": true,
"tags": [ "video", "youtube", "vimeo", "blog", "instagram" ],
"mediaLinks": [
"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"
],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md",
"documentationUrl": "https://docs.cloudron.io/apps/peertube/",
"minBoxVersion": "5.3.0",
"manifestVersion": 2
}