peertube-app/CloudronManifest.json
Girish Ramakrishnan cc2b3a5c63 Version 0.4.0
2020-07-21 15:32:58 -07:00

32 lines
1.2 KiB
JSON

{
"version": "0.4.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": {}
},
"tags": [ "video", "youtube", "vimeo", "blog", "instagram" ],
"mediaLinks": [
"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"
],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md",
"documentationUrl": "https://cloudron.io/documentation/apps/peertube/",
"minBoxVersion": "5.3.0",
"manifestVersion": 2
}