CloudronManifest.json 823 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "id": "dk.tum.asocketserver",
  3. "title": "datserver app",
  4. "author": "boot",
  5. "description": "file://DESCRIPTION.md",
  6. "changelog": "./CHANGELOG",
  7. "tagline": "asocketserver",
  8. "version": "0.0.2",
  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": 12099
  20. },
  21. "B_PORT": {
  22. "title": "B Port",
  23. "description": "B Port.",
  24. "defaultValue": 4282
  25. }
  26. },
  27. "manifestVersion": 1,
  28. "website": "https://ogi.dk",
  29. "contactEmail": "boot@ogi.dk",
  30. "icon": "logo.png",
  31. "tags": [
  32. "datserver"
  33. ],
  34. "mediaLinks": []
  35. }