From e4f756ce73d527be0f783837abf9e37f997fefa9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:01:45 +0100 Subject: [PATCH] Update filebrowser.sh --- misc/filebrowser.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/filebrowser.sh b/misc/filebrowser.sh index 777b5c09a..b8be0b191 100644 --- a/misc/filebrowser.sh +++ b/misc/filebrowser.sh @@ -90,10 +90,7 @@ if [[ "${install_prompt,,}" =~ ^(y|yes)$ ]]; then read -r -p "Would you like to use No Authentication? (y/N): " auth_prompt 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 msg_info "Setting up default authentication"