CloudronManifest.json 921 B

1234567891011121314151617181920212223242526272829303132333435363738
  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.1.16",
  9. "healthCheckPath": "/healthcheck",
  10. "httpPort": 3000,
  11. "addons": {
  12. "ldap": {},
  13. "localstorage": {}
  14. },
  15. "udpPorts": {
  16. "DAT_UDP_PORT": {
  17. "title": "Default dat Port",
  18. "description": "dat Port (udp)",
  19. "defaultValue": 3282
  20. }
  21. },
  22. "tcpPorts": {
  23. "DAT_TCP_PORT": {
  24. "title": "dat Listening Port",
  25. "description": "dat Listening Port (tcp)",
  26. "defaultValue": 3282
  27. }
  28. },
  29. "manifestVersion": 1,
  30. "website": "https://git.tum.dk/",
  31. "contactEmail": "boot@tum.dk",
  32. "icon": "logo.png",
  33. "tags": [
  34. "serverarium"
  35. ],
  36. "mediaLinks": []
  37. }