From 5d65b96baa22c1f21a886214dd2f192d90be135c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 6 Aug 2021 16:12:52 +0200 Subject: [PATCH] Update config.json --- filebrowser/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/filebrowser/config.json b/filebrowser/config.json index d3e052ec1..2888873d9 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -30,7 +30,8 @@ "keyfile": "privkey.pem", "networkdisks": "//server/share", "cifsusername": "username", - "cifspassword": "password" + "cifspassword": "password", + "NoAuth": false }, "schema": { "ssl": "bool", @@ -41,6 +42,6 @@ "cifsusername": "str?", "cifspassword": "str?", "smbv1": "bool?", - "NoAuth": "bool?" + "NoAuth": "bool" } }