mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 02:44:05 +02:00
Update config.json
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"webui": "http://[HOST]:[PORT:8080]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"WEBUI_PORT": "8080",
|
"WEBUI_PORT": "8080",
|
||||||
@@ -35,10 +35,16 @@
|
|||||||
"PGID": 0
|
"PGID": 0
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
"ssl": false,
|
||||||
|
"certfile": "/ssl/fullchain.pem",
|
||||||
|
"keyfile": "/ssl/privkey.pem"
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0
|
"PGID": 0
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
|
"ssl": "bool",
|
||||||
|
"certfile": "str",
|
||||||
|
"keyfile": "str"
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
|
|||||||
Reference in New Issue
Block a user