Files
synapse-app-mas/CloudronManifest.json
Girish Ramakrishnan 1492b16fdd Do not require federation port
this is merged with 443
2020-04-06 09:35:55 -07:00

28 lines
662 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,
"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": [ ]
}