From 26cb92f1e66d9580d94545f183535e86cfb4b6f6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 19 Feb 2021 23:31:53 +0100 Subject: [PATCH] Allow no auth --- filebrowser/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filebrowser/config.json b/filebrowser/config.json index adecb34ab..0ff0102c4 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -33,6 +33,7 @@ "FB_BASEURL": "/filebrowser" }, "options": { + "NoAuth": false, "ssl": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem", @@ -42,6 +43,7 @@ "smbv1": false }, "schema": { + "NoAuth": "bool", "ssl": "bool", "certfile": "str", "keyfile": "str",