From 10159e934feab2514a7d9c50e573603c65cd6c6e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:50:39 +0100 Subject: [PATCH] Update filebrowser.sh --- misc/filebrowser.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/filebrowser.sh b/misc/filebrowser.sh index e5448db6b..777b5c09a 100644 --- a/misc/filebrowser.sh +++ b/misc/filebrowser.sh @@ -91,6 +91,8 @@ if [[ "${install_prompt,,}" =~ ^(y|yes)$ ]]; then if [[ "${auth_prompt,,}" =~ ^(y|yes)$ ]]; then msg_info "Configuring No Authentication" filebrowser config init -a '0.0.0.0' -p "$PORT" --database "$DB_PATH" &>/dev/null + filebrowser config set -a '0.0.0.0' -p "$PORT" --database "$DB_PATH" &>/dev/null + filebrowser config init -a '0.0.0.0' -p "$PORT" --auth.method=noauth --database "$DB_PATH" &>/dev/null filebrowser config set -a '0.0.0.0' -p "$PORT" --auth.method=noauth --database "$DB_PATH" &>/dev/null msg_ok "No Authentication configured" else