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