From ae2b3b33a3a8a9ced90f0ef307695e853013d335 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:50:46 +0100 Subject: [PATCH] Update config.json --- filebrowser/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filebrowser/config.json b/filebrowser/config.json index 5be24136b..f8a3b8582 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -80,6 +80,7 @@ "options": { "NoAuth": true, "certfile": "fullchain.pem", + "disable_thumbnails": true, "keyfile": "privkey.pem", "ssl": false }, @@ -101,6 +102,7 @@ "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?", + "disable_thumbnails": "bool?", "keyfile": "str", "localdisks": "str?", "networkdisks": "str?",