CloudronManifest.json 936 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "id": "dk.tum.cdb",
  3. "title": "cdb app",
  4. "author": "boot",
  5. "description": "file://DESCRIPTION.md",
  6. "changelog": "./CHANGELOG",
  7. "tagline": "cdb couchbase",
  8. "version": "0.0.7",
  9. "healthCheckPath": "/",
  10. "httpPort": 5984,
  11. "addons": {
  12. "ldap": {},
  13. "localstorage": {}
  14. },
  15. "udpPorts": {
  16. },
  17. "tcpPorts": {
  18. "ERLANG_PORT": {
  19. "title": "Erlang portmap daemon (epmd)",
  20. "description": "Erlang portmap daemon (epmd)",
  21. "defaultValue": 4369
  22. },
  23. "CLUSTER_PORT": {
  24. "title": "CouchDB cluster communication port",
  25. "description": "CouchDB cluster communication port",
  26. "defaultValue": 9100
  27. }
  28. },
  29. "manifestVersion": 1,
  30. "website": "https://git.tum.dk/",
  31. "contactEmail": "boot@tum.dk",
  32. "icon": "logo.png",
  33. "tags": [
  34. "supportas"
  35. ],
  36. "mediaLinks": []
  37. }