From e47df3d2a6b1752abdb8447462dfaa1837629232 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:26:09 +0200 Subject: [PATCH] fix(filebrowser): fix misleading host warning wording Remove reference to a non-existent dedicated LXC installer. The addons should simply be run inside an LXC or VM instead. --- tools/addon/filebrowser-quantum.sh | 3 +-- tools/addon/filebrowser.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/addon/filebrowser-quantum.sh b/tools/addon/filebrowser-quantum.sh index c2f743f32..66fdb3455 100644 --- a/tools/addon/filebrowser-quantum.sh +++ b/tools/addon/filebrowser-quantum.sh @@ -48,8 +48,7 @@ if [[ -d "/etc/pve" ]]; then echo -e "${RD}⚠️ Warning: Running this addon directly on the Proxmox host is not recommended!${CL}" echo -e "${YW} Only the boot disk will be visible — passthrough drives will not be indexed.${CL}" echo -e "${YW} This causes incorrect disk usage stats and incomplete file browsing.${CL}" - echo -e "${YW} Please use the dedicated LXC installer instead and mount your drives there:${CL}" - echo -e "${YW} https://community-scripts.org/scripts/filebrowser-quantum${CL}" + echo -e "${YW} Run this addon inside an LXC or VM instead and mount your drives there.${CL}" echo "" echo -n "Continue anyway on the Proxmox host? (y/N): " read -r host_confirm diff --git a/tools/addon/filebrowser.sh b/tools/addon/filebrowser.sh index 9a04138cb..a7db5f122 100644 --- a/tools/addon/filebrowser.sh +++ b/tools/addon/filebrowser.sh @@ -46,7 +46,7 @@ if [[ -d "/etc/pve" ]]; then echo -e "${RD}⚠️ Warning: Running this addon directly on the Proxmox host is not recommended!${CL}" echo -e "${YW} Only the boot disk will be visible — passthrough drives will not be indexed.${CL}" echo -e "${YW} This causes incorrect disk usage stats and incomplete file browsing.${CL}" - echo -e "${YW} Install this addon inside an LXC and mount your drives there instead.${CL}" + echo -e "${YW} Run this addon inside an LXC or VM instead and mount your drives there.${CL}" echo "" echo -n "Continue anyway on the Proxmox host? (y/N): " read -r host_confirm