From 33c756c36c33a0b11827687bf42a0d0244f67837 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Feb 2021 16:19:23 +0100 Subject: [PATCH] Update config.json --- filebrowser/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/filebrowser/config.json b/filebrowser/config.json index 5d15dc2ad..e3bcd4680 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -23,6 +23,7 @@ "media:rw", "config:rw", "addons:rw", + "backup:rw", "share:rw", "ssl" ], @@ -31,6 +32,9 @@ "FB_BASEURL": "/filebrowser" }, "options": { + "networkdisks": "//server/share", + "cifsusername": "username", + "cifspassword": "password" }, "schema": { "networkdisks": "str?",