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