123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "id": "dk.tum.matrix",
- "title": "Synapse: Matrix homeserver without Riot",
- "author": "Matrix synapse authors",
- "description": "file://DESCRIPTION.md",
- "changelog": "file://CHANGELOG",
- "tagline": "standalone matrix server",
- "version": "0.0.1",
- "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": "matrix@bloggen.dk",
- "icon": "logo.png",
- "tags": [
- "im", "collaboration", "voip", "videochat"
- ],
- "mediaLinks": [ ]
- }
|