CloudronManifest.json 694 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "id": "dk.ogi.infini",
  3. "title": "infini app",
  4. "author": "boot",
  5. "description": "file://DESCRIPTION.md",
  6. "changelog": "./CHANGELOG",
  7. "tagline": "infini",
  8. "version": "0.1.0",
  9. "healthCheckPath": "/healthcheck",
  10. "httpPort": 3000,
  11. "addons": {
  12. "ldap": {},
  13. "localstorage": {}
  14. },
  15. "tcpPorts": {
  16. "SFTP_PORT": {
  17. "title": "SFTP Port",
  18. "description": "SFTP Port. Disabling SFTP also disables ftp access",
  19. "defaultValue": 16499
  20. }
  21. },
  22. "manifestVersion": 1,
  23. "website": "https://ogi.dk",
  24. "contactEmail": "boot@ogi.dk",
  25. "icon": "logo.png",
  26. "tags": [
  27. "infini"
  28. ],
  29. "mediaLinks": [
  30. ]
  31. }