diff --git a/filebrowser/config.json b/filebrowser/config.json index 0ff0102c4..adecb34ab 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -33,7 +33,6 @@ "FB_BASEURL": "/filebrowser" }, "options": { - "NoAuth": false, "ssl": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem", @@ -43,7 +42,6 @@ "smbv1": false }, "schema": { - "NoAuth": "bool", "ssl": "bool", "certfile": "str", "keyfile": "str",