CloudronManifest.json 885 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "id": "net.syncthing.cloudronapp",
  3. "title": "Syncthing",
  4. "author": "Syncthing Developers",
  5. "description": "file://DESCRIPTION.md",
  6. "changelog": "file://CHANGELOG",
  7. "tagline": "Decentralized file synchronization",
  8. "version": "0.3.0",
  9. "healthCheckPath": "/check",
  10. "httpPort": 8000,
  11. "addons": {
  12. "localstorage": {},
  13. "ldap": {}
  14. },
  15. "tcpPorts": {
  16. "PORT": {
  17. "title": "Port",
  18. "description": "Port over which syncthing will exchange data (do not disable)",
  19. "defaultValue": 22000,
  20. "containerPort": 22000
  21. }
  22. },
  23. "manifestVersion": 1,
  24. "website": "https://syncthing.net",
  25. "contactEmail": "support@cloudron.io",
  26. "icon": "logo.png",
  27. "tags": [
  28. "storage",
  29. "sync"
  30. ],
  31. "mediaLinks": [
  32. "https://git.cloudron.io/dswd/syncthing-app/raw/master/screenshots/1.jpg"
  33. ],
  34. "postInstallMessage": "file://POSTINSTALL.md"
  35. }