diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 20:02:16 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 20:03:15 -0400 |
| commit | 0e70ec541e7441b71460db230975d4614473ed6d (patch) | |
| tree | 6e8bafcd18f41d09bc893dc75f36398a0c1f7dde /public/v4/apps/syncthing.yml | |
| parent | 83103a180914dff274188594132c1395f12a1645 (diff) | |
| download | caprover-one-click-apps-0e70ec541e7441b71460db230975d4614473ed6d.tar.gz caprover-one-click-apps-0e70ec541e7441b71460db230975d4614473ed6d.zip | |
migrate to v4
Diffstat (limited to 'public/v4/apps/syncthing.yml')
| -rw-r--r-- | public/v4/apps/syncthing.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/public/v4/apps/syncthing.yml b/public/v4/apps/syncthing.yml new file mode 100644 index 0000000..8175da5 --- /dev/null +++ b/public/v4/apps/syncthing.yml @@ -0,0 +1,28 @@ +captainVersion: 4 +services: + $$cap_appname: + ports: + - $$cap_port_sync:22000 + image: syncthing/syncthing:$$cap_version + restart: always + volumes: + - $$cap_appname-data:/var/syncthing + caproverExtra: + containerHttpPort: "8384" +caproverOneClickApp: + variables: + - label: Syncthing Docker Version + defaultValue: 1.5.0 + description: It's highly recommended that you don't use the latest tag but instead the major version you need. + id: $$cap_version + - label: Sync Protocol Listening Port + description: Port that Syncthing listens on for data synchronization (TCP). + defaultValue: "22000" + id: $$cap_port_sync + instructions: + end: Your instance of Syncthing is now starting up. + start: "Read more about Syncthing's goals: https://github.com/syncthing/syncthing#goals" + displayName: Syncthing + isOfficial: true + description: Open Source Continuous File Synchronization. + documentation: https://hub.docker.com/r/syncthing/syncthing |
