Postgres, LDAP, etc, check changelog

This commit is contained in:
msbt
2018-02-12 15:56:24 +01:00
parent 226eee4355
commit 5cd5b8dc2e
5 changed files with 125 additions and 18 deletions

View File

@@ -1,29 +1,37 @@
{
"id": "org.matrix.synapse_riot",
"title": "Matrix synapse with Riot",
"author": "Matrix synapse & Riot authors",
"id": "org.matrix.synapse",
"title": "Synapse: Matrix homeserver without Riot",
"author": "Matrix synapse authors",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "matrix server and web client",
"version": "0.1.0",
"tagline": "standalone matrix server",
"version": "0.1.1",
"healthCheckPath": "/",
"httpPort": 8000,
"memoryLimit": 536870912,
"tcpPorts": {
"FEDERATION_PORT": {
"title": "Federation Port",
"description": "Federation Port",
"defaultValue": 8448
},
"TURN_TLS_PORT": {
"title": "TURN TLS port",
"description": "TURN TLS listening port for Voip",
"defaultValue": 5349
}
},
},
"addons": {
"localstorage": {}
"localstorage": {},
"ldap": {},
"postgresql": {}
},
"manifestVersion": 1,
"website": "https://matrix.org",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"im", "collaboration"
"im", "collaboration", "voip", "videochat"
],
"mediaLinks": [ ]
}