Update 99-run.sh

This commit is contained in:
Alexandre
2026-06-03 15:56:26 +02:00
committed by GitHub
parent 463c1819ae
commit 55ceb00cef

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.sources.path = \"/\"" "$FILEBROWSER_CONFIG"
yq e -i ".server.sources[0].path = \"/\"" "$FILEBROWSER_CONFIG"
# --- Base URL (from env or config) ---
bashio::log.info "... set base URL to allow ingress"