Files
synapse-app-mas/CloudronManifest.json
2020-04-06 09:35:28 -07:00

35 lines
820 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.4.1",
"healthCheckPath": "/",
"httpPort": 8008,
"memoryLimit": 536870912,
"tcpPorts": {
"FEDERATION_PORT": {
"title": "Federation Port",
"description": "Federation Port",
"defaultValue": 8448
}
},
"addons": {
"localstorage": {},
"ldap": {},
"postgresql": {},
"sendmail": {},
"turn": {}
},
"manifestVersion": 2,
"website": "https://matrix.org",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"im", "collaboration", "voip", "videochat"
],
"mediaLinks": [ ]
}