mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-17 12:59:13 +02:00
Update config.json
This commit is contained in:
@@ -26,18 +26,22 @@
|
|||||||
"share:rw",
|
"share:rw",
|
||||||
"media:rw"
|
"media:rw"
|
||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:8080]",
|
"webui": "http://[HOST]:[PORT:8080]/mlkjzerhg",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"WEBUI_PORT": "8080"
|
"WEBUI_PORT": "8080"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0
|
"PGID": 0,
|
||||||
},
|
"certfile": "fullchain.pem",
|
||||||
|
"keyfile": "privkey.pem"
|
||||||
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
|
"certfile": "str",
|
||||||
|
"keyfile": "str",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user