mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Updater bot : ombi updated to 4.10.2
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 4.10.2 (23-01-2022)
|
||||||
|
- Update to latest version from linuxserver/docker-ombi
|
||||||
## 4.3.3-3 (03-01-2022)
|
## 4.3.3-3 (03-01-2022)
|
||||||
|
|
||||||
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
|
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
|
||||||
|
|||||||
@@ -1,17 +1,23 @@
|
|||||||
{
|
{
|
||||||
"name": "Ombi",
|
"name": "Ombi",
|
||||||
"version": "4.3.3-3",
|
"version": "4.10.2",
|
||||||
"slug": "ombi",
|
"slug": "ombi",
|
||||||
"description": "Self-hosted Plex Request and user management system",
|
"description": "Self-hosted Plex Request and user management system",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"upstream": "4.3.3",
|
"upstream": "4.10.2",
|
||||||
"webui": "http://[HOST]:[PORT:3579]",
|
"webui": "http://[HOST]:[PORT:3579]",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"environment": {},
|
"environment": {},
|
||||||
"map": ["config:rw"],
|
"map": [
|
||||||
|
"config:rw"
|
||||||
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0
|
"PGID": 0
|
||||||
|
|||||||
Reference in New Issue
Block a user