CloudronManifest.json 1.0 KB

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