Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 2090345

Browse files
authored
Merge pull request #49 from linuxserver/nightly-deprecation
2 parents 806c480 + e266c04 commit 2090345

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

readme-vars.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/ma
66
project_blurb: |
77
[{{ project_name|capitalize }}]({{ project_url }}) - Book Manager and Automation (Sonarr for Ebooks)
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
9+
project_categories: "Books"
10+
# deprecation information
11+
project_deprecation_status: true
12+
project_deprecation_message: "Due to lack of developers, and issues with maintaining status quo, upstream has decided to retire the project."
913
# supported architectures
1014
available_architectures:
1115
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
@@ -33,14 +37,7 @@ nonroot_supported: true
3337
app_setup_block_enabled: true
3438
app_setup_block: |
3539
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
4441
# init diagram
4542
init_diagram: |
4643
"readarr:nightly": {
@@ -84,6 +81,7 @@ init_diagram: |
8481
"readarr:nightly" <- Base Images
8582
# changelog
8683
changelogs:
84+
- {date: "27.06.25:", desc: "Deprecate image."}
8785
- {date: "12.12.24:", desc: "Rebase to Alpine 3.21."}
8886
- {date: "25.05.24:", desc: "Rebase to Alpine 3.20."}
8987
- {date: "20.03.24:", desc: "Rebase to Alpine 3.19."}

0 commit comments

Comments
 (0)