also changed ombi

This commit is contained in:
Bruvv
2022-01-01 14:44:46 +01:00
parent e2d46124ad
commit 734e300ac1

View File

@@ -1,16 +1,19 @@
{ {
"arch": [ "name": "Ombi",
"aarch64", "version": "4.3.3-2",
"amd64", "slug": "ombi",
"armhf",
"armv7"
],
"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/blob/master/ombi/Readme.md",
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"upstream": "4.3.3",
"webui": "http://[HOST]:[PORT:3579]",
"startup": "services",
"environment": {}, "environment": {},
"map": [ "map": [
"config:rw" "config:rw"
], ],
"name": "Ombi",
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0
@@ -24,10 +27,5 @@
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int" "PGID": "int"
}, }
"slug": "ombi",
"upstream": "4.3.3",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.3.3-2",
"webui": "http://[HOST]:[PORT:3579]"
} }