46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
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.3.4",
|
|
"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
|
|
},
|
|
"WEBHOOKS_PORT": {
|
|
"title": "Webhooks Port",
|
|
"description": "Webhooks Port",
|
|
"defaultValue": 9000
|
|
}
|
|
},
|
|
"addons": {
|
|
"localstorage": {},
|
|
"ldap": {},
|
|
"postgresql": {},
|
|
"sendmail": {}
|
|
},
|
|
"manifestVersion": 1,
|
|
"website": "https://matrix.org",
|
|
"contactEmail": "support@cloudron.io",
|
|
"icon": "logo.png",
|
|
"tags": [
|
|
"im", "collaboration", "voip", "videochat"
|
|
],
|
|
"mediaLinks": [ ]
|
|
}
|