CloudronManifest.json 885 B

12345678910111213141516171819202122232425262728293031323334
  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.5.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. "mediaLinks": [
  31. "https://git.cloudron.io/dswd/syncthing-app/raw/master/screenshots/1.jpg"
  32. ],
  33. "postInstallMessage": "file://POSTINSTALL.md"
  34. }