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?" } }