CloudronManifest.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "id": "alt.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": "1.0.3",
  9. "healthCheckPath": "/healthcheck",
  10. "httpPort": 8000,
  11. "addons": {
  12. "localstorage": {}
  13. },
  14. "tcpPorts": {
  15. "SYNC_PORT": {
  16. "title": "Sync Port",
  17. "description": "Port over which syncthing will exchange data (do not disable)",
  18. "defaultValue": 22000,
  19. "containerPort": 22000
  20. }
  21. },
  22. "manifestVersion": 1,
  23. "website": "https://syncthing.net",
  24. "contactEmail": "boot@ogi.dk",
  25. "icon": "logo.png",
  26. "tags": [
  27. "storage",
  28. "sync"
  29. ],
  30. "minBoxVersion": "1.8.1",
  31. "documentationUrl": "https://cloudron.io/documentation/apps/syncthing/",
  32. "mediaLinks": [
  33. "https://s3.amazonaws.com/cloudron-app-screenshots/net.syncthing.cloudronapp2/53bc9300d71bb5bf32362f8213194a0c3a415429/1.png",
  34. "https://s3.amazonaws.com/cloudron-app-screenshots/net.syncthing.cloudronapp2/53bc9300d71bb5bf32362f8213194a0c3a415429/2.png",
  35. "https://s3.amazonaws.com/cloudron-app-screenshots/net.syncthing.cloudronapp2/53bc9300d71bb5bf32362f8213194a0c3a415429/3.png"
  36. ],
  37. "postInstallMessage": "file://POSTINSTALL.md"
  38. }