CloudronManifest.json 989 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "id": "net.syncthing.cloudronapp2",
  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.0",
  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": "support@cloudron.io",
  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://git.cloudron.io/dswd/syncthing-app/raw/master/screenshots/1.jpg"
  34. ],
  35. "postInstallMessage": "file://POSTINSTALL.md"
  36. }