mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01: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)
|
||||
|
||||
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
|
||||
|
||||
@@ -1,17 +1,23 @@
|
||||
{
|
||||
"name": "Ombi",
|
||||
"version": "4.3.3-3",
|
||||
"version": "4.10.2",
|
||||
"slug": "ombi",
|
||||
"description": "Self-hosted Plex Request and user management system",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"upstream": "4.3.3",
|
||||
"upstream": "4.10.2",
|
||||
"webui": "http://[HOST]:[PORT:3579]",
|
||||
"startup": "services",
|
||||
"environment": {},
|
||||
"map": ["config:rw"],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
|
||||
Reference in New Issue
Block a user