From ea65ac434565a6380e122b7d649c325fedd2ccea Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 5 Feb 2021 17:44:50 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 3f404e2e2..ec774a0c7 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -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?" } }