Files
synapse-app-mas/CloudronManifest.json
2017-03-13 07:59:00 +00:00

30 lines
699 B
JSON

{
"id": "org.matrix.synapse_riot",
"title": "Matrix synapse with Riot",
"author": "Matrix synapse & Riot authors",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "matrix server and web client",
"version": "0.1.0",
"healthCheckPath": "/",
"httpPort": 8000,
"tcpPorts": {
"FEDERATION_PORT": {
"title": "Federation Port",
"description": "Federation Port",
"defaultValue": 8448
}
},
"addons": {
"localstorage": {}
},
"manifestVersion": 1,
"website": "https://matrix.org",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"im", "collaboration"
],
"mediaLinks": [ ]
}