Update config.json

This commit is contained in:
Alexandre
2021-02-05 17:44:50 +01:00
committed by GitHub
parent 0a9dfccdd6
commit ea65ac4345

View File

@@ -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?"
}
}