-
Notifications
You must be signed in to change notification settings - Fork 98
/
NZBHydra2.json
47 lines (47 loc) · 2.21 KB
/
NZBHydra2.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
{
"NZBHydra2": {
"containers": {
"nzbhydra2": {
"image": "linuxserver/nzbhydra2",
"launch_order": 1,
"ports": {
"5076": {
"description": "NZBHydra2 WebUI port. Suggested default: 5076",
"host_default": 5076,
"label": "WebUI port",
"ui": true
}
},
"volumes": {
"/config": {
"description": "Choose a Share for NZBHydra2 configuration. Eg: create a Share called nzbhydra-config for this purpose alone.",
"label": "Config Storage"
},
"/downloads": {
"description": "Choose a Share for NZBHydra downloads. Eg: create a Share called nzbhydra-downloads for this purpose alone.",
"label": "Download Storage"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run nzbhydra as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID to run NZBHydra 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 NZBHydra as.",
"index": 2
}
}
}
},
"description": "NZBHydra2 is a meta search for NZB indexers. <p>Based on a custom docker image: <a href='https://www.linuxserver.io/' target='_blank'>Linuxserver.io</a>: <a href='https://hub.docker.com/r/linuxserver/nzbhydra2' target='_blank'>https://hub.docker.com/r/linuxserver/nzbhydra2</a>, available for amd64 and arm64.</p>",
"ui": {
"slug": ""
},
"volume_add_support": false,
"website": "https://github.com/theotherp/nzbhydra2",
"version": "1.1"
}
}