Merge pull request #57 from linuxserver/develop-deprecate

Deprecate (develop)
This commit is contained in:
Adam 2026-02-16 16:01:41 +00:00 committed by GitHub
commit e155a092d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 has now merged with Jellyseerr, 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."}