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": [
"aarch64",
"amd64",
"armhf",
"armv7"
],
"name": "Ombi",
"version": "4.3.3-2",
"slug": "ombi",
"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": {},
"map": [
"config:rw"
],
"name": "Ombi",
"options": {
"PUID": 0,
"PGID": 0
@@ -24,10 +27,5 @@
"schema": {
"PUID": "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]"
}
}