Update config.json

This commit is contained in:
Alexandre
2021-02-05 17:46:28 +01:00
committed by GitHub
parent ea65ac4345
commit 5ba00ce2b3

View File

@@ -26,7 +26,7 @@
"share:rw", "share:rw",
"media:rw" "media:rw"
], ],
"webui": "http://[HOST]:[PORT:8080]/mlkjzerhg", "webui": "http://[HOST]:[PORT:8080]",
"boot": "auto", "boot": "auto",
"environment": { "environment": {
"WEBUI_PORT": "8080" "WEBUI_PORT": "8080"
@@ -40,8 +40,8 @@
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"certfile": "str", "certfile": "str?",
"keyfile": "str", "keyfile": "str?",
"TZ": "str?" "TZ": "str?"
} }
} }