mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 06:44:06 +02:00
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:
@@ -644,10 +644,10 @@ If you want to do add the repository manually, please follow the procedure highl
|
|||||||
![aarch64][aarch64-badge]
|
![aarch64][aarch64-badge]
|
||||||
![amd64][amd64-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]
|
![aarch64][aarch64-badge]
|
||||||
![amd64][amd64-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)
|
## 4.55.2 (2026-02-14)
|
||||||
- Update to latest version from linuxserver/docker-ombi (changelog : https://github.com/linuxserver/docker-ombi/releases)
|
- 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
|
if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi
|
||||||
|
|
||||||
# Modules
|
# 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
|
# Automatic modules download
|
||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
|
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
|
## 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.
|
[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.
|
This addon is based on the [docker image](https://github.com/linuxserver/docker-ombi) from linuxserver.io.
|
||||||
|
|
||||||
@@ -1,7 +1,9 @@
|
|||||||
arch:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- 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:
|
devices:
|
||||||
- /dev/dri
|
- /dev/dri
|
||||||
- /dev/dri/card0
|
- /dev/dri/card0
|
||||||
@@ -68,7 +70,7 @@ image: ghcr.io/alexbelgium/ombi-{arch}
|
|||||||
init: false
|
init: false
|
||||||
map:
|
map:
|
||||||
- config:rw
|
- config:rw
|
||||||
name: Ombi
|
name: "Ombi (obsolete)"
|
||||||
options:
|
options:
|
||||||
env_vars: []
|
env_vars: []
|
||||||
PGID: 0
|
PGID: 0
|
||||||
@@ -84,7 +86,8 @@ schema:
|
|||||||
PGID: int
|
PGID: int
|
||||||
PUID: int
|
PUID: int
|
||||||
slug: ombi
|
slug: ombi
|
||||||
|
stage: deprecated
|
||||||
udev: true
|
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"
|
version: "4.55.2"
|
||||||
webui: "[PROTO:ssl]://[HOST]:[PORT:3579]"
|
webui: "[PROTO:ssl]://[HOST]:[PORT:3579]"
|
||||||
@@ -5,5 +5,6 @@
|
|||||||
"slug": "ombi",
|
"slug": "ombi",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "linuxserver/docker-ombi",
|
"upstream_repo": "linuxserver/docker-ombi",
|
||||||
"upstream_version": "4.55.2"
|
"upstream_version": "4.55.2",
|
||||||
|
"paused": true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user