CloudronManifest.json 837 B

123456789101112131415161718192021222324252627282930313233
  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.1.0",
  9. "healthCheckPath": "/",
  10. "httpPort": 8000,
  11. "addons": {
  12. "localstorage": {}
  13. },
  14. "tcpPorts": {
  15. "PORT": {
  16. "title": "Port",
  17. "description": "Port over which syncthing will exchange data",
  18. "defaultValue": 22000,
  19. "containerPort": 22000
  20. }
  21. },
  22. "manifestVersion": 1,
  23. "website": "http://www.synthing.net",
  24. "contactEmail": "support@cloudron.io",
  25. "icon": "logo.png",
  26. "tags": [
  27. "storage"
  28. ],
  29. "mediaLinks": [
  30. "https://git.cloudron.io/dswd/syncthing-app/raw/master/screenshots/1.jpg"
  31. ],
  32. "postInstallMessage": "file://POSTINSTALL.md"
  33. }