forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uTorrent.json
54 lines (54 loc) · 2.03 KB
/
uTorrent.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"utorrent": {
"containers": {
"utorrent": {
"image": "dbarton/utorrent",
"launch_order": 1,
"ports": {
"6881": {
"description": "Port for incoming data. You may need to open it(protocol: udp) on your firewall. Suggested default: 6881. Should NOT be changed",
"host_default": 6881,
"label": "uTorrent Incoming Port"
},
"8080": {
"description": "Port for utorrent Web interface. Suggested default: 8080.",
"host_default": 8080,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/media": {
"description": "Directory for your downloaded media.",
"label": "Downloaded Data"
},
"/settings": {
"description": "Holds all the utorrent settings files and databases.",
"label": "uTorrent Settings"
}
},
"environment": {
"UTORRENT_UID": {
"description": "Enter a valid UID to run utorrent as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run uTorrent as.",
"index": 1
},
"UTORRENT_GID": {
"description": "Enter a valid GID to use along with the above UID. It(or the above UID) must have full permissions to all Shares mapped in the previous step.",
"label": "GID to run uTorrent as.",
"index": 2
}
}
}
},
"description": "BitTorrent Client by [dbarton and Mahmoud87]",
"more_info": "<h2><font color=#9ACD32><strong>uTorrent WebUI Logins</strong></font></h2><p><strong><u>Username:</u></strong> admin<br> <u><strong>Password:</strong></u> (Leave it blank)<br> You can always change the logins after your first sign in, go to settings >> WebUI.</p>",
"ui": {
"slug": "gui"
},
"volume_add_support": true,
"website": "https://hub.docker.com/r/dbarton/utorrent/",
"version": "1.0"
}
}