CloudronManifest.json 798 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "id": "dk.tum.serverarium",
  3. "title": "serverarium app",
  4. "author": "boot",
  5. "description": "file://DESCRIPTION.md",
  6. "changelog": "./CHANGELOG",
  7. "tagline": "serverarium",
  8. "version": "0.0.0",
  9. "healthCheckPath": "/healthcheck",
  10. "httpPort": 3004,
  11. "addons": {
  12. "ldap": {},
  13. "localstorage": {}
  14. },
  15. "tcpPorts": {
  16. "S_PORT": {
  17. "title": "S Port",
  18. "description": "S Port.",
  19. "defaultValue": 11299
  20. },
  21. "B_PORT": {
  22. "title": "B Port",
  23. "description": "B Port.",
  24. "defaultValue": 4382
  25. }
  26. },
  27. "manifestVersion": 1,
  28. "website": "",
  29. "contactEmail": "",
  30. "icon": "logo.png",
  31. "tags": [
  32. "serverarium"
  33. ],
  34. "mediaLinks": []
  35. }