soulsync/webui
Broque Thomas edaa55ae82 Harden Spotify OAuth callback for Docker/SSH tunnel setups (#220)
Top-level try/except in do_GET ensures an HTTP response is always sent
— previously, unhandled exceptions caused BaseHTTPRequestHandler to
silently close the connection (ERR_EMPTY_RESPONSE). All callback
logging now uses the app logger instead of print() so output appears
in app.log rather than only Docker stdout. Added health check at / to
verify the callback server is running, and startup now logs the actual
bind address to help diagnose port conflicts.
2026-03-30 10:19:32 -07:00
..
static Harden Spotify OAuth callback for Docker/SSH tunnel setups (#220) 2026-03-30 10:19:32 -07:00
index.html Show all services on dashboard with click-to-configure (#219) 2026-03-30 10:04:13 -07:00