Deprecate

This commit is contained in:
thespad 2026-02-16 11:47:35 +00:00
parent b8dad0625f
commit fa5eee02c7
No known key found for this signature in database

View File

@ -7,6 +7,11 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/ma
project_blurb: |
[{{ project_name|capitalize }}]({{ project_url }}) is a free and open source software application for managing requests for your media library.
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
# deprecation information
project_deprecation_status: true
project_deprecation_message: "Overseerr is now end of life, we recommend migrating to the official Seerr image: https://github.com/seerr-team/seerr"
# supported architectures
available_architectures:
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
@ -77,6 +82,7 @@ init_diagram: |
"overseerr:develop" <- Base Images
# changelog
changelogs:
- {date: "16.02.26:", desc: "Deprecate."}
- {date: "05.07.25:", desc: "Rebase to Alpine 3.22."}
- {date: "24.12.24:", desc: "Rebase to Alpine 3.21."}
- {date: "26.05.24:", desc: "Rebase to Alpine 3.20."}