From 12997147afe4b120e5cab17cb9de8ce3f55119f5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 27 Jun 2021 10:11:19 +0200 Subject: [PATCH] Noauth --- filebrowser/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/filebrowser/config.json b/filebrowser/config.json index f826c08fb..f8f739390 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -41,7 +41,8 @@ "keyfile": "privkey.pem", "networkdisks": "//server/share", "cifsusername": "username", - "cifspassword": "password" + "cifspassword": "password", + "NoAuth": true }, "schema": { "ssl": "bool", @@ -50,6 +51,7 @@ "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", - "smbv1": "bool?" + "smbv1": "bool?", + "NoAuth": "bool?" } }