From d9309f1ca5ef79537d3cc262b5726f4d5342321a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 13 Jul 2021 09:42:15 +0200 Subject: [PATCH] Update config.json --- filebrowser/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filebrowser/config.json b/filebrowser/config.json index ce9b41a73..23c6b883c 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -26,6 +26,7 @@ "SYS_ADMIN", "DAC_READ_SEARCH" ], + "full_access": true, "map": [ "media:rw", "config:rw", @@ -50,6 +51,7 @@ "ssl": "bool", "certfile": "str", "keyfile": "str", + "localdisks": "str?", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?",