Update 99-run.sh

This commit is contained in:
Alexandre
2026-06-03 13:30:06 +02:00
committed by GitHub
parent 4e065f33bd
commit d2fc4713bb

View File

@@ -80,6 +80,7 @@ yq e -i ".server.port = 8080" "$FILEBROWSER_CONFIG"
yq e -i ".server.listen = \"0.0.0.0\"" "$FILEBROWSER_CONFIG"
yq e -i ".server.database = \"/config/filebrowser_quantum.db\"" "$FILEBROWSER_CONFIG"
yq e -i ".server.cacheDir = \"/cache\"" "$FILEBROWSER_CONFIG"
yq e -i ".server.path = \"/\"" "$FILEBROWSER_CONFIG"
# --- Base URL (from env or config) ---
bashio::log.info "... set base URL to allow ingress"