summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMert Demir <[email protected]>2020-05-06 13:11:08 +0900
committerGitHub <[email protected]>2020-05-06 00:11:08 -0400
commit159bcd240aac40a3986d22a69335ac31dd761c81 (patch)
treecd37682d51f2f6bfe16ff8c71b4be1a884982d17
parent97fd715b15eec0a2ee60eee0a3846a1ca0668c27 (diff)
downloadcaprover-one-click-apps-159bcd240aac40a3986d22a69335ac31dd761c81.tar.gz
caprover-one-click-apps-159bcd240aac40a3986d22a69335ac31dd761c81.zip
Resilio Sync (#168)
* add resilio sync png * add resilio sync json * remove unneeded auth hint * hint for app use * adjust name
-rw-r--r--public/v2/apps/resilio-sync.json43
-rw-r--r--public/v2/logos/resilio-sync.pngbin0 -> 20196 bytes
2 files changed, 43 insertions, 0 deletions
diff --git a/public/v2/apps/resilio-sync.json b/public/v2/apps/resilio-sync.json
new file mode 100644
index 0000000..9d282b9
--- /dev/null
+++ b/public/v2/apps/resilio-sync.json
@@ -0,0 +1,43 @@
+{
+ "captainVersion": "2",
+ "documentation": "https://hub.docker.com/r/resilio/sync",
+ "displayName": "Resilio Sync",
+ "description": "File synchronization and sharing solution based on BitTorrent technology.",
+ "dockerCompose": {
+ "services": {
+ "$$cap_appname": {
+ "containerHttpPort": "8888",
+ "ports": [
+ "$$cap_port_sync:55555"
+ ],
+ "image": "resilio/sync:$$cap_version",
+ "restart": "always",
+ "volumes": [
+ "$$cap_appname-data:/mnt/sync"
+ ]
+ }
+ },
+ "version": "2",
+ "volumes": {
+ "$$cap_appname-data": {}
+ }
+ },
+ "instructions": {
+ "end": "Your instance of Sync is now starting up.\n\nNote that all sync folders will have to be created under /mnt/sync/folders/ from within the app.",
+ "start": "Set up Sync to synchronize or share files without having to store your data in the cloud."
+ },
+ "variables": [
+ {
+ "label": "Resilio Sync Docker Version",
+ "defaultValue": "2.6.4",
+ "description": "It's highly recommended that you don't use the latest tag but instead the major version you need.",
+ "id": "$$cap_version"
+ },
+ {
+ "label":"Listening port for Sync traffic",
+ "description":"Port that Sync listens on for data synchronization (TCP & UDP).",
+ "defaultValue":"55555",
+ "id":"$$cap_port_sync"
+ }
+ ]
+}
diff --git a/public/v2/logos/resilio-sync.png b/public/v2/logos/resilio-sync.png
new file mode 100644
index 0000000..522a626
--- /dev/null
+++ b/public/v2/logos/resilio-sync.png
Binary files differ