Files
synapse-app-mas/CloudronManifest.json
2019-05-31 14:58:51 +02:00

41 lines
970 B
JSON

{
"id": "org.matrix.synapse",
"title": "Synapse: Matrix homeserver without Riot",
"author": "Matrix synapse authors",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "standalone matrix server",
"version": "0.2.2",
"healthCheckPath": "/",
"httpPort": 8000,
"memoryLimit": 536870912,
"udpPorts": {
"TURN_TLS_PORT": {
"title": "Default TURN Port",
"description": "Default TURN Port (udp)",
"defaultValue": 3478
}
},
"tcpPorts": {
"FEDERATION_PORT": {
"title": "Federation Port",
"description": "Federation Port",
"defaultValue": 8448
}
},
"addons": {
"localstorage": {},
"ldap": {},
"postgresql": {},
"sendmail": {}
},
"manifestVersion": 1,
"website": "https://matrix.org",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"im", "collaboration", "voip", "videochat"
],
"mediaLinks": [ ]
}