mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-13 23:54:03 +00:00
Addresses #327 - Users behind reverse proxies (Traefik, nginx, etc) were experiencing redirect loop issues because the redirect URL was being built with http:// instead of https:// when X-Forwarded-Proto was set. Changes: - Build OIDC redirect URL dynamically from each request instead of at startup - Respect X-Forwarded-Proto and X-Forwarded-Host headers from reverse proxies - Update UI help text to clarify auto-detection behavior - Add debug logging to show how redirect URL is constructed When redirect URL is not explicitly configured, Pulse now builds it from the incoming request headers, properly detecting HTTPS when behind a proxy. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| adapters | ||
| alerts | ||
| api | ||
| auth | ||
| config | ||
| crypto | ||
| discovery | ||
| errors | ||
| interfaces | ||
| mock | ||
| models | ||
| monitoring | ||
| notifications | ||
| types | ||
| updates | ||
| utils | ||
| websocket | ||