🐛 Fixed
- IPv6 fallback for server listen — server now tries
::(dual-stack) first and automatically falls back to0.0.0.0if IPv6 is not available (EAFNOSUPPORT/EADDRNOTAVAIL), fixing startup failures on IPv4-only hosts (#38) - Setup wizard blocked by auth on first run — when
WEB_AUTH_ENABLED=truewas set without aWEB_AUTH_PASSWORD(the default in the Unraid template), the login page blocked access to the setup wizard. Auth is now automatically disabled for the setup wizard when no password is configured, and re-enabled once the user sets one during setup (#39) - Config status endpoint auth —
/api/config/status(returns onlyfirstRunandisDocker) no longer requires admin authentication, allowing the frontend to detect first-run state before login