mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
also changed ombi
This commit is contained in:
@@ -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]"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user