Merge pull request #2498 from alexbelgium/copilot/remove-jellyseer-references nobuild

Deprecate Jellyseerr addon in favor of Seerr
This commit is contained in:
Alexandre
2026-02-19 11:03:48 +01:00
committed by GitHub
12 changed files with 19 additions and 8 deletions

View File

@@ -480,10 +480,10 @@ If you want to do add the repository manually, please follow the procedure highl
![smb][smb-badge]
![localdisks][localdisks-badge]
✓ [Jellyseerr](jellyseerr/) : Fork of overseerr for jellyfin support
✓ [Jellyseerr](zzz_archived_jellyseerr/) : Fork of overseerr for jellyfin support (deprecated, use Seerr instead)
  ![Version](https://img.shields.io/badge/dynamic/yaml?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fjellyseerr%2Fconfig.yaml)
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fjellyseerr%2Fupdater.json)
  ![Version](https://img.shields.io/badge/dynamic/yaml?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fzzz_archived_jellyseerr%2Fconfig.yaml)
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fzzz_archived_jellyseerr%2Fupdater.json)
![aarch64][aarch64-badge]
![amd64][amd64-badge]

View File

@@ -1,3 +1,10 @@
## v2.7.3-archived (2026-02-19)
- Mark add-on as deprecated in favor of the new Seerr add-on.
- Move add-on folder to `zzz_archived_jellyseerr`.
- Pause automated upstream updates.
- Enable deprecated startup warning module in Dockerfile.
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## v2.7.3 (2025-08-16)

View File

@@ -53,7 +53,7 @@ RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; f
if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi
# Modules
ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh"
ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh 00-deprecated.sh"
# Automatic modules download
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"

View File

@@ -25,12 +25,14 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
[![Stargazers repo roster for @alexbelgium/hassio-addons](https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.github/stars2.svg)](https://github.com/alexbelgium/hassio-addons/stargazers)
![downloads evolution](https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/jellyseerr/stats.png)
![downloads evolution](https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/zzz_archived_jellyseerr/stats.png)
## About
---
> ⚠️ **Deprecated:** this add-on is deprecated. Please migrate to the `Seerr` add-on.
[Jellyseerr](https://hub.docker.com/r/fallenbagel/jellyseerr) is a request management and media discovery tool built to work with your existing Plex ecosystem
This addon is based on the docker image [https://github.com/linuxserver/docker-jellyseerr](https://github.com/Fallenbagel/jellyseerr)

View File

@@ -1,7 +1,8 @@
arch:
- aarch64
- amd64
description: Fork of overseerr for jellyfin support
description:
Fork of overseerr for jellyfin support (deprecated, migrate to Seerr add-on)
devices:
- /dev/dri
- /dev/dri/card0
@@ -70,7 +71,7 @@ image: ghcr.io/alexbelgium/jellyseerr-{arch}
init: false
map:
- config:rw
name: Jellyseerr
name: Jellyseerr (deprecated)
options:
env_vars: []
TYPE: emby
@@ -87,7 +88,8 @@ schema:
TYPE: list(emby|jellyfin)
TZ: str?
slug: jellyseerr
stage: deprecated
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/jellyseerr
url: https://github.com/alexbelgium/hassio-addons/tree/master/zzz_archived_jellyseerr
version: v2.7.3
webui: "[PROTO:ssl]://[HOST]:[PORT:5055]"

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB