mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
Mark Ombi add-on as obsolete and refer to Seerr instead
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
  
|
||||

|
||||
  
|
||||

|
||||
![aarch64][aarch64-badge]
|
||||
![amd64][amd64-badge]
|
||||
|
||||
|
||||
BIN
ombi/icon.png
BIN
ombi/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
BIN
ombi/logo.png
BIN
ombi/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB |
BIN
ombi/stats.png
BIN
ombi/stats.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
@@ -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.
|
||||
|
||||
@@ -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]"
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user