peertube-app/CloudronManifest.json

60 lines
1.6 KiB
JSON

{
"version": "4.0.0",
"upstreamVersion": "7.0.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": 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"
}
},
"checklist": {
"change-default-password": {
"message": "Change the default admin password"
}
},
"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": "8.1.0",
"manifestVersion": 2
}