From eb57dd5e6b1232db51373cfb1c7b3e8c8211b993 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 8 Jun 2022 10:31:55 +0200 Subject: [PATCH] Update config.json --- calibre_web/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index de6444450..790f871c2 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -81,7 +81,8 @@ "cifspassword": "str?", "cifsusername": "str?", "localdisks": "str?", - "networkdisks": "str?" + "networkdisks": "str?", + "force_https": "bool?" }, "slug": "calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web",