Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
c8de71bd9b Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-06-17 11:34:21 +02:00
CanbiZ
07b1638bc7 fix source dir 2025-06-17 11:34:14 +02:00

View File

@ -29,7 +29,7 @@ APP="FileBrowser Quantum"
INSTALL_PATH="/usr/local/bin/filebrowser" INSTALL_PATH="/usr/local/bin/filebrowser"
CONFIG_PATH="/usr/local/community-scripts/config.yaml" CONFIG_PATH="/usr/local/community-scripts/config.yaml"
DEFAULT_PORT=8080 DEFAULT_PORT=8080
SRC_DIR="/srv" SRC_DIR="/"
# Get primary IP # Get primary IP
IFACE=$(ip -4 route | awk '/default/ {print $5; exit}') IFACE=$(ip -4 route | awk '/default/ {print $5; exit}')