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", "share:rw",
"media:rw" "media:rw"
], ],
"webui": "http://[HOST]:[PORT:8080]", "webui": "http://[HOST]:[PORT:8080]/mlkjzerhg",
"boot": "auto", "boot": "auto",
"environment": { "environment": {
"WEBUI_PORT": "8080" "WEBUI_PORT": "8080"
}, },
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0,
}, "certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"certfile": "str",
"keyfile": "str",
"TZ": "str?" "TZ": "str?"
} }
} }