Postgres, LDAP, etc, check changelog
This commit is contained in:
@@ -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": [ ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user