You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,12 +74,6 @@ Webui can be found at `<your-ip>:6789` and the default login details (change ASA
74
74
75
75
To allow scheduling, from the webui set the time correction value in settings/logging.
76
76
77
-
You can add an additional mount point for intermediate unpacking folder with:-
78
-
79
-
`-v /path/to/nzbget/intermediate:/intermediate`
80
-
81
-
for example, and changing the setting for InterDir in the PATHS tab of settings to `/intermediate`
82
-
83
77
### Media folders
84
78
85
79
We have set `/downloads` as a ***optional path***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
@@ -88,6 +82,14 @@ Use the optional paths if you don't understand, or don't want hardlinks/atomic m
88
82
89
83
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
90
84
85
+
## Read-Only Operation
86
+
87
+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
88
+
89
+
## Non-Root Operation
90
+
91
+
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
92
+
91
93
## Usage
92
94
93
95
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -148,6 +150,8 @@ Containers are configured using parameters passed at runtime (such as those abov
148
150
|`-e NZBGET_PASS=tegbzn6789`| Specify the password for web authentication. |
149
151
|`-v /config`| Persistent config |
150
152
|`-v /downloads`| Location of downloads on disk. |
153
+
|`--read-only=true`| Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
154
+
|`--user=1000:1000`| Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
151
155
152
156
## Environment variables from files (Docker secrets)
153
157
@@ -311,5 +315,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
311
315
312
316
## Versions
313
317
318
+
***27.05.24:** - Rebase to Alpine 3.21.
314
319
***27.05.24:** - Rebase to Alpine 3.20.
315
320
***09.05.24:** - Revive image based on the fork from https://github.com/nzbgetcom/nzbget
- {env_var: "NZBGET_USER", env_value: "nzbget", desc: "Specify the user for web authentication."}
36
36
- {env_var: "NZBGET_PASS", env_value: "tegbzn6789", desc: "Specify the password for web authentication."}
37
+
readonly_supported: true
38
+
nonroot_supported: true
37
39
# application setup block
38
40
app_setup_block_enabled: true
39
41
app_setup_block: |
@@ -43,12 +45,6 @@ app_setup_block: |
43
45
44
46
To allow scheduling, from the webui set the time correction value in settings/logging.
45
47
46
-
You can add an additional mount point for intermediate unpacking folder with:-
47
-
48
-
`-v /path/to/nzbget/intermediate:/intermediate`
49
-
50
-
for example, and changing the setting for InterDir in the PATHS tab of settings to `/intermediate`
51
-
52
48
### Media folders
53
49
54
50
We have set `/downloads` as a ***optional path***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
@@ -101,5 +97,6 @@ init_diagram: |
101
97
"nzbget:testing" <- Base Images
102
98
# changelog
103
99
changelogs:
100
+
- {date: "27.05.24:", desc: "Rebase to Alpine 3.21."}
104
101
- {date: "27.05.24:", desc: "Rebase to Alpine 3.20."}
105
102
- {date: "09.05.24:", desc: "Revive image based on the fork from https://github.com/nzbgetcom/nzbget"}
0 commit comments