summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/resilio-sync.json
blob: 9d282b9ee95e65853b53732cc711e11057e0b326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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"
      }
   ]
}