peertube-app/CloudronManifest.json

45 lines
1.3 KiB
JSON
Raw Normal View History

2020-06-16 04:47:04 +00:00
{
2022-09-21 11:40:22 +00:00
"version": "2.8.0",
"upstreamVersion": "4.3.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,
2020-12-30 22:53:25 +00:00
"tcpPorts": {
"RTMP_PORT": {
"title": "RTMP Port",
"description": "RTMP Port for livestreaming",
"defaultValue": 1935,
"containerPort": 1935
}
},
2020-06-16 04:47:04 +00:00
"addons": {
"localstorage": {},
"postgresql": {},
"redis": {},
2020-10-15 04:45:44 +00:00
"sendmail": {},
"ldap": {}
2020-06-16 04:47:04 +00:00
},
"memoryLimit": 536870912,
2021-07-21 21:32:16 +00:00
"forumUrl": "https://forum.cloudron.io/category/91/peertube",
2020-10-15 04:45:44 +00:00
"optionalSso": true,
2021-01-12 05:34:12 +00:00
"tags": [ "video", "youtube", "vimeo", "blog", "instagram", "media", "federated" ],
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
],
2022-09-21 11:40:22 +00:00
"changelog": "file://CHANGELOG.md",
2020-06-24 19:26:29 +00:00
"postInstallMessage": "file://POSTINSTALL.md",
2020-10-14 05:32:24 +00:00
"documentationUrl": "https://docs.cloudron.io/apps/peertube/",
2022-03-08 20:13:17 +00:00
"minBoxVersion": "7.1.0",
2020-06-16 04:47:04 +00:00
"manifestVersion": 2
}
2020-06-24 19:26:29 +00:00