Files
synapse-app-mas/CloudronManifest.json
Girish Ramakrishnan c755ae0426 Fixup manifest
2020-04-09 13:02:45 -07:00

32 lines
864 B
JSON

{
"id": "org.matrix.synapse",
"title": "An Open network for secure, decentralized communication",
"author": "Matrix synapse authors",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Matrix homeserver",
"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", "chat"
],
"mediaLinks": [ ],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md",
"minBoxVersion": "5.1.4",
"documentationUrl": "https://cloudron.io/documentation/apps/synapse/"
}