CloudronManifest.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "id": "org.matrix.synapse",
  3. "title": "Synapse: Matrix homeserver without Riot",
  4. "author": "Matrix synapse authors",
  5. "description": "file://DESCRIPTION.md",
  6. "changelog": "file://CHANGELOG",
  7. "tagline": "standalone matrix server",
  8. "version": "0.3.5",
  9. "healthCheckPath": "/",
  10. "httpPort": 8000,
  11. "memoryLimit": 536870912,
  12. "udpPorts": {
  13. "TURN_TLS_PORT": {
  14. "title": "Default TURN Port",
  15. "description": "Default TURN Port (udp)",
  16. "defaultValue": 3478
  17. }
  18. },
  19. "tcpPorts": {
  20. "FEDERATION_PORT": {
  21. "title": "Federation Port",
  22. "description": "Federation Port",
  23. "defaultValue": 8448
  24. },
  25. "WEBHOOKS_PORT": {
  26. "title": "Webhooks Port",
  27. "description": "Webhooks Port",
  28. "defaultValue": 9000
  29. }
  30. },
  31. "addons": {
  32. "localstorage": {},
  33. "ldap": {},
  34. "postgresql": {},
  35. "sendmail": {}
  36. },
  37. "manifestVersion": 1,
  38. "website": "https://matrix.org",
  39. "contactEmail": "support@cloudron.io",
  40. "icon": "logo.png",
  41. "tags": [
  42. "im", "collaboration", "voip", "videochat"
  43. ],
  44. "mediaLinks": [ ]
  45. }