-
Notifications
You must be signed in to change notification settings - Fork 97
/
deluge.json
56 lines (56 loc) · 2.55 KB
/
deluge.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
55
56
{
"Deluge": {
"containers": {
"Deluge": {
"image": "linuxserver/deluge",
"launch_order": 1,
"ports": {
"8112": {
"description": "Deluge WebUI port. Suggested default: 8112",
"host_default": 8112,
"label": "WebUI port",
"protocol": "tcp",
"ui": true
},
"58846": {
"description": "Deluge Daemon port. Suggested default: 58846",
"host_default": 58846,
"label": "Daemon port",
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for Deluge configuration. Eg: create a Share called Deluge-config for this purpose alone.",
"label": "Config Storage"
},
"/downloads": {
"description": "Choose a Share for Deluge downloads. Eg: create a Share called Deluge-downloads for this purpose alone.",
"label": "Download Storage"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run Deluge as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run Deluge as.",
"index": 1
},
"PGID": {
"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 Deluge as.",
"index": 2
}
}
}
},
"description": "Deluge is a movie downloader for bittorrent users.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/linuxserver/deluge' target='_blank'>https://hub.docker.com/r/linuxserver/deluge</a>, available for amd64 and arm64 architecture.</p>",
"more_info": "Default username: admin<br>Default password: deluge.",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://deluge-torrent.org/",
"version": "1.1"
}
}