forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
btsync.json
39 lines (39 loc) · 1.61 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": {
"btsync": {
"image": "aostanin/btsync",
"launch_order": 1,
"ports": {
"3369": {
"description": "Port for incoming data. You may need to open it(protocol: udp) on your firewall. Suggested default: 3369.",
"host_default": 3369,
"label": "Listening port",
"procotol": "udp"
},
"8888": {
"description": "BTSync WebUI port. Suggested default: 8888",
"host_default": 8888,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/data": {
"description": "Choose a Share for all incoming data. Eg: create a Share called btsync-data for this purpose alone. It will be available as /data inside BTSync.",
"label": "Data Storage"
}
}
}
},
"description": "BitTorrent Sync",
"more_info": "<h4>Authentication</h4><p>Default username for your BTSync UI is<code>admin</code>and password is<code>password</code></p><h4>Storage</h4><p>You can also assign additional Shares for custom organization of your data.</p>",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://www.getsync.com/",
"version": "1.0"
}
}