Merge pull request #2309 from alexbelgium/codex/duplicate-and-adapt-filebrowser-addon

Fix FileBrowser Quantum startup path and remove missing README image
This commit is contained in:
Alexandre
2025-12-28 08:54:28 +01:00
committed by GitHub

View File

@@ -234,7 +234,8 @@ done
bashio::log.info "Starting..."
/home/filebrowser/filebrowser &
cd /home/filebrowser
./filebrowser &
bashio::net.wait_for 8080 localhost 900 || true
bashio::log.info "Started !"
nginx || bashio::log.fatal "Nginx failed"