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.
Access the webui at `<your-ip>:8787`, for more information check out [Readarr](https://github.com/Readarr/Readarr).
36
-
37
-
### Media folders
38
-
39
-
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.
40
-
41
-
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
42
-
43
-
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.
40
+
readme_media: true
44
41
# init diagram
45
42
init_diagram: |
46
43
"readarr:nightly": {
@@ -84,6 +81,7 @@ init_diagram: |
84
81
"readarr:nightly" <- Base Images
85
82
# changelog
86
83
changelogs:
84
+
- {date: "27.06.25:", desc: "Deprecate image."}
87
85
- {date: "12.12.24:", desc: "Rebase to Alpine 3.21."}
88
86
- {date: "25.05.24:", desc: "Rebase to Alpine 3.20."}
89
87
- {date: "20.03.24:", desc: "Rebase to Alpine 3.19."}
0 commit comments