forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbtsync.json
39 lines (39 loc) · 1.75 KB
/
btsync.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
{
"BTSync": {
"containers": {
"bittorrent-btsync": {
"image": "bittorrent/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": "BTSync 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 btsync-data for this purpose alone. It will be available as /mnt/sync inside BTSync.",
"label": "Data Storage"
}
}
}
},
"description": "BitTorrent Sync",
"more_info": "<h4>Note about mapping Rockstor Shares</h4><p>BTSync 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": ""
},
"volume_add_support": true,
"website": "https://www.getsync.com/",
"version": "1.0"
}
}