Skip to content

Commit 53012cf

Browse files
Bot Updating Templated Files
1 parent 0bf0d30 commit 53012cf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,22 +80,22 @@ 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-
## Read-Only Operation
83+
### Media folders
8484

85-
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
85+
We have set `/downloads` as 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 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.
8686

87-
## Non-Root Operation
87+
Use the optional path if you don't understand, or don't want hardlinks/atomic moves.
8888

89-
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
89+
>[!TIP]
90+
>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.
9091
91-
### Media folders
92+
## Read-Only Operation
9293

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+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
9495

95-
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
96+
## Non-Root Operation
9697

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.
98+
This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/).
9999

100100
## Usage
101101

0 commit comments

Comments
 (0)