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
{{ message }}
This repository was archived by the owner on Jul 6, 2025. It is now read-only.
[](https://blog.linuxserver.io"all the things you can do with our containers including How-To guides, opinions and much more!")
6
-
[](https://discord.gg/YWrKVTn"realtime support / chat with the community and the team.")
6
+
[](https://linuxserver.io/discord"realtime support / chat with the community and the team.")
7
7
[](https://discourse.linuxserver.io"post on our community forum.")
8
8
[](https://fleet.linuxserver.io"an online web interface which displays all of our maintained images.")
9
9
[](https://github.com/linuxserver"view the source for all of our repositories.")
@@ -20,7 +20,7 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another container r
20
20
Find us at:
21
21
22
22
*[Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more!
23
-
*[Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team.
23
+
*[Discord](https://linuxserver.io/discord) - realtime support / chat with the community and the team.
24
24
*[Discourse](https://discourse.linuxserver.io) - post on our community forum.
25
25
*[Fleet](https://fleet.linuxserver.io) - an online web interface which displays all of our maintained images.
26
26
*[GitHub](https://github.com/linuxserver) - view the source for all of our repositories.
@@ -72,11 +72,12 @@ Access the webui at `<your-ip>:8787`, for more information check out [Readarr](h
72
72
73
73
### Media folders
74
74
75
-
We have set `/books` 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.
75
+
We have set `/books` 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.
76
76
77
77
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
78
78
79
-
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.
79
+
>[!TIP]
80
+
>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.
0 commit comments