Update 99-run.sh

This commit is contained in:
Alexandre
2026-06-03 14:30:54 +02:00
committed by GitHub
parent 366829bfeb
commit 5176c6f4bc

View File

@@ -80,7 +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/database.db\"" "$FILEBROWSER_CONFIG"
yq e -i ".server.cacheDir = \"/cache\"" "$FILEBROWSER_CONFIG"
yq e -i ".server.source.path = \"/\"" "$FILEBROWSER_CONFIG"
yq e -i ".server.sources.path = \"/\"" "$FILEBROWSER_CONFIG"
# --- Base URL (from env or config) ---
bashio::log.info "... set base URL to allow ingress"