-
Notifications
You must be signed in to change notification settings - Fork 98
/
resilioSync.json
39 lines (39 loc) · 1.71 KB
/
resilioSync.json
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
{
"Resilio Sync": {
"containers": {
"resilio-sync": {
"image": "resilio/sync",
"launch_order": 1,
"ports": {
"55555": {
"description": "Port for incoming data. You may need to open it(protocol: udp) on your firewall. Suggested default: 55555. Should NOT be changed",
"host_default": 55555,
"label": "Listening port",
"procotol": "udp"
},
"8888": {
"description": "Resilio Sync WebUI port. Suggested default: 8888",
"host_default": 8888,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/mnt/sync": {
"description": "Choose a Share for all incoming data including app state and config. Eg: create a Share called resiliosync-data for this purpose alone. It will be available as /mnt/sync inside Resilio Sync.",
"label": "Data Storage"
}
}
}
},
"description": "Fast, private file sharing for teams and individuals.<p>Based on the official docker image: <a href='https://hub.docker.com/r/resilio/sync' target='_blank'>https://hub.docker.com/r/resilio/sync</a>, available for amd64 architecture only.</p>",
"more_info": "<h4>Note about mapping Rockstor Shares</h4><p>Resilio Sync supports mapping more Shares into the Rock-On via the Add Storage button. But, the Rock-on Directory must be a subdirectory of /mnt/mounted_folders. Eg: /mnt/mounted_folders/Photos. Shares mapped to other directories will not be visible.</p>",
"ui": {
"slug": ""
},
"version": "1.1",
"volume_add_support": true,
"website": "https://www.resilio.com/"
}
}