peertube-app/CloudronManifest.json
Girish Ramakrishnan 7ac914bc71 Fixup screenshots
2020-06-24 12:29:23 -07:00

31 lines
1.1 KiB
JSON

{
"version": "0.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": {}
},
"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/",
"manifestVersion": 2
}