SparkBox 1.5.68: fix wizard leaving media stack unconfigured
Posted by tomspark
1.5.68 fixes a critical bug in the setup wizard where arr-bootstrap.sh was running inside the dashboard container and failing silently, leaving your Sonarr, Radarr, and Lidarr with no indexers or root folders configured. The script would mark itself complete but skip all the actual wiring because it couldn't reach gluetun or write to /opt/sparkbox. The fix detects when arr-bootstrap needs to run from inside a container and automatically spins up a throwaway Alpine helper with the right mounts and network access. If you're running sparkbox up from your host, nothing changes — it still runs natively. Either way, arr-bootstrap now uses the correct DNS/routing context for your setup. Key changes: - Dashboard container now properly delegates arr-bootstrap to a helper container with correct mounts - arr-bootstrap uses $ARRHOST variable instead of hardcoded 127.0.0.1 - Setup wizard will now leave you with a fully wired media stack, not a half-configured one Check your Updates tab in the dashboard to pull 1.5.68. If you hit any issues during or after the update, post here in d/sparkbox with details. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.