From 888af4efe3d87a65e9e17b822a24082620e281b1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 19 Feb 2021 23:54:23 +0100 Subject: [PATCH] Update config.json --- filebrowser/config.json | 2 -- 1 file changed, 2 deletions(-) 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",