peertube-app/CloudronManifest.json

45 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2020-06-16 04:47:04 +00:00
{
2024-04-29 11:40:43 +00:00
"version": "2.16.0",
"upstreamVersion": "6.1.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": "/",
2024-01-10 17:04:08 +00:00
"httpPort": 80,
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": {},
"sendmail": { "supportsDisplayName": false },
2024-01-15 17:01:40 +00:00
"oidc": { "loginRedirectUri": "/plugins/auth-openid-connect/router/code-cb" }
2020-06-16 04:47:04 +00:00
},
2023-11-22 11:59:40 +00:00
"memoryLimit": 1073741824,
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/",
2023-03-21 10:59:41 +00:00
"minBoxVersion": "7.4.0",
2020-06-16 04:47:04 +00:00
"manifestVersion": 2
}
2020-06-24 19:26:29 +00:00