mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Add autostop feature
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"whitelist": "localhost,127.0.0.1,192.168.0.0/16",
|
"whitelist": "localhost,127.0.0.1,192.168.0.0/16",
|
||||||
|
"autostop": false
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0
|
"PGID": 0
|
||||||
},
|
},
|
||||||
@@ -51,6 +52,7 @@
|
|||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"whitelist": "str?",
|
"whitelist": "str?",
|
||||||
|
"autostop": "bool",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user