Update 99-run.sh

This commit is contained in:
Alexandre
2026-06-03 14:10:51 +02:00
committed by GitHub
parent e49df23a04
commit 5f2442acee

View File

@@ -78,7 +78,7 @@ bashio::log.info "Updating FileBrowser config..."
bashio::log.info "... set server"
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.database = \"/config/database.db\"" "$FILEBROWSER_CONFIG"
yq e -i ".server.cacheDir = \"/cache\"" "$FILEBROWSER_CONFIG"
yq e -i ".server.path = \"/\"" "$FILEBROWSER_CONFIG"