From d34b00cd41ed3afa94c815403294aafbf6766648 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:50:41 +0200 Subject: [PATCH] Update filebrowser-quantum.sh configuration paths --- tools/addon/filebrowser-quantum.sh | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/tools/addon/filebrowser-quantum.sh b/tools/addon/filebrowser-quantum.sh index f60ebbff1..6bbd21ff9 100644 --- a/tools/addon/filebrowser-quantum.sh +++ b/tools/addon/filebrowser-quantum.sh @@ -152,20 +152,20 @@ if [[ "${noauth_prompt,,}" =~ ^(y|yes)$ ]]; then server: port: $PORT sources: - - path: "$SRC_DIR" + - path: "$SRC_DIR" + name: "RootFS" config: + denyByDefault: false disableIndexing: false indexingIntervalMinutes: 240 conditionals: - ignoreHidden: true - ignoreZeroSizeFolders: true rules: - - folderPaths: "/proc" - - folderPaths: "/sys" - - folderPaths: "/dev" - - folderPaths: "/run" - - folderPaths: "/tmp" - - folderPaths: "/lost+found" + - neverWatchPath: "/proc" + - neverWatchPath: "/sys" + - neverWatchPath: "/dev" + - neverWatchPath: "/run" + - neverWatchPath: "/tmp" + - neverWatchPath: "/lost+found" auth: methods: noauth: true @@ -177,19 +177,19 @@ server: port: $PORT sources: - path: "$SRC_DIR" + name: "RootFS" config: + denyByDefault: false disableIndexing: false indexingIntervalMinutes: 240 conditionals: - ignoreHidden: true - ignoreZeroSizeFolders: true rules: - - folderPaths: "/proc" - - folderPaths: "/sys" - - folderPaths: "/dev" - - folderPaths: "/run" - - folderPaths: "/tmp" - - folderPaths: "/lost+found" + - neverWatchPath: "/proc" + - neverWatchPath: "/sys" + - neverWatchPath: "/dev" + - neverWatchPath: "/run" + - neverWatchPath: "/tmp" + - neverWatchPath: "/lost+found" auth: adminUsername: admin adminPassword: helper-scripts.com