Skip to content

Commit 28f9422

Browse files
committed
Use media blurb
1 parent 5b76e65 commit 28f9422

10 files changed

Lines changed: 10 additions & 16 deletions

File tree

.github/CONTRIBUTING.md

100755100644
File mode changed.

.github/FUNDING.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/config.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.bug.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.feature.yml

100755100644
File mode changed.

.github/workflows/greetings.yml

100755100644
File mode changed.

LICENSE

100755100644
File mode changed.

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,6 @@ You can add an additional mount point for intermediate unpacking folder with:-
8080

8181
for example, and changing the setting for InterDir in the PATHS tab of settings to `/intermediate`
8282

83-
### Media folders
84-
85-
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.
86-
87-
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
88-
89-
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-
9183
## Read-Only Operation
9284

9385
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
@@ -96,6 +88,15 @@ This image can be run with a read-only container filesystem. For details please
9688

9789
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
9890

91+
### Media folders
92+
93+
We have set /music and /downloads as optional paths, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
94+
95+
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
96+
97+
>[!TIP]
98+
>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.
99+
99100
## Usage
100101

101102
To help you get started creating a container from this image you can either use docker-compose or the docker cli.

readme-vars.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,7 @@ app_setup_block: |
5151
`-v /path/to/nzbget/intermediate:/intermediate`
5252
5353
for example, and changing the setting for InterDir in the PATHS tab of settings to `/intermediate`
54-
55-
### Media folders
56-
57-
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.
58-
59-
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
60-
61-
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.
54+
readme_media: true
6255
# init diagram
6356
init_diagram: |
6457
"nzbget:latest": {

root/donate.txt

100755100644
File mode changed.

0 commit comments

Comments
 (0)