Updater bot : ombi updated to 4.10.2

This commit is contained in:
alexbelgium
2022-01-23 07:29:14 +01:00
parent efa4b5f819
commit 0bf9af7d33
2 changed files with 13 additions and 4 deletions

View File

@@ -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)

View File

@@ -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