Add autostop feature

This commit is contained in:
Alexandre
2021-02-08 08:10:38 +01:00
committed by GitHub
parent e8cd843d7f
commit 7cfbaee987

View File

@@ -43,6 +43,7 @@
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"whitelist": "localhost,127.0.0.1,192.168.0.0/16",
"autostop": false
"PUID": 0,
"PGID": 0
},
@@ -51,6 +52,7 @@
"certfile": "str",
"keyfile": "str",
"whitelist": "str?",
"autostop": "bool",
"PUID": "int",
"PGID": "int",
"localdisks": "str?",