Merge pull request #2494 from alexbelgium/copilot/remove-ombi-references

Mark Ombi add-on as obsolete in favor of Seerr
This commit is contained in:
Alexandre
2026-02-19 10:14:41 +01:00
committed by GitHub
12 changed files with 24 additions and 8 deletions

View File

@@ -644,10 +644,10 @@ If you want to do add the repository manually, please follow the procedure highl
![aarch64][aarch64-badge]
![amd64][amd64-badge]
✓ [Ombi](ombi/) : Self-hosted Plex Request and user management system
✓ [Ombi (obsolete)](zzz_archived_ombi/) : Self-hosted Plex Request and user management system (obsolete, migrate to the Seerr add-on)
  ![Version](https://img.shields.io/badge/dynamic/yaml?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fombi%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%2Fombi%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_ombi%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_ombi%2Fupdater.json)
![aarch64][aarch64-badge]
![amd64][amd64-badge]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,4 +1,12 @@
## 4.55.2-archived (2026-02-18)
- Mark add-on as obsolete in favor of the Seerr add-on.
- Move add-on folder to `zzz_archived_ombi`.
- Pause automated upstream updates.
- Enable deprecated startup warning module in Dockerfile.
- Remove bundled binary image assets from the archived add-on directory.
## 4.55.2 (2026-02-14)
- Update to latest version from linuxserver/docker-ombi (changelog : https://github.com/linuxserver/docker-ombi/releases)

View File

@@ -47,7 +47,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"
ARG MODULES="00-banner.sh 01-custom_script.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

@@ -29,6 +29,10 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
## About
---
> ⚠️ **Obsolete:** this add-on is obsolete. Please migrate to the `Seerr` add-on.
[Ombi](https://github.com/Ombi-app/Ombi) is a self-hosted Plex Request and user management system.
This addon is based on the [docker image](https://github.com/linuxserver/docker-ombi) from linuxserver.io.

View File

@@ -1,7 +1,9 @@
arch:
- aarch64
- amd64
description: Self-hosted Plex Request and user management system
description:
Self-hosted Plex Request and user management system (obsolete, migrate to the
Seerr add-on)
devices:
- /dev/dri
- /dev/dri/card0
@@ -68,7 +70,7 @@ image: ghcr.io/alexbelgium/ombi-{arch}
init: false
map:
- config:rw
name: Ombi
name: "Ombi (obsolete)"
options:
env_vars: []
PGID: 0
@@ -84,7 +86,8 @@ schema:
PGID: int
PUID: int
slug: ombi
stage: deprecated
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/ombi
url: https://github.com/alexbelgium/hassio-addons/tree/master/zzz_archived_ombi
version: "4.55.2"
webui: "[PROTO:ssl]://[HOST]:[PORT:3579]"

View File

@@ -5,5 +5,6 @@
"slug": "ombi",
"source": "github",
"upstream_repo": "linuxserver/docker-ombi",
"upstream_version": "4.55.2"
"upstream_version": "4.55.2",
"paused": true
}