peertube-app/CloudronManifest.json

45 lines
1.4 KiB
JSON

{
"version": "2.15.2",
"upstreamVersion": "6.0.4",
"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": 80,
"tcpPorts": {
"RTMP_PORT": {
"title": "RTMP Port",
"description": "RTMP Port for livestreaming",
"defaultValue": 1935,
"containerPort": 1935
}
},
"addons": {
"localstorage": {},
"postgresql": {},
"redis": {},
"sendmail": { "supportsDisplayName": false },
"oidc": { "loginRedirectUri": "/plugins/auth-openid-connect/router/code-cb" }
},
"memoryLimit": 1073741824,
"forumUrl": "https://forum.cloudron.io/category/91/peertube",
"optionalSso": true,
"tags": [ "video", "youtube", "vimeo", "blog", "instagram", "media", "federated" ],
"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.md",
"postInstallMessage": "file://POSTINSTALL.md",
"documentationUrl": "https://docs.cloudron.io/apps/peertube/",
"minBoxVersion": "7.4.0",
"manifestVersion": 2
}