Skip to content

v3.5.1 — IPv6 Fallback & Setup Wizard Auth Fix

Choose a tag to compare

@got3nks got3nks released this 01 Apr 18:11

🐛 Fixed

  • IPv6 fallback for server listen — server now tries :: (dual-stack) first and automatically falls back to 0.0.0.0 if 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=true was set without a WEB_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 only firstRun and isDocker) no longer requires admin authentication, allowing the frontend to detect first-run state before login