From c013879d05cb543eacd22d09fe4e19273000a2e7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 Feb 2021 11:39:03 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 85a7757ac..8c15826c8 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -27,7 +27,7 @@ "share:rw", "ssl" ], - "webui": "http://[HOST]:[PORT:8080]", + "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "boot": "auto", "environment": { "WEBUI_PORT": "8080", @@ -35,10 +35,16 @@ "PGID": 0 }, "options": { + "ssl": false, + "certfile": "/ssl/fullchain.pem", + "keyfile": "/ssl/privkey.pem" "PUID": 0, "PGID": 0 }, "schema": { + "ssl": "bool", + "certfile": "str", + "keyfile": "str" "PUID": "int", "PGID": "int", "TZ": "str?"