mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-12 14:07:28 +00:00
The issue was that the binary was looking for frontend files relative to the current working directory instead of relative to the binary location. This caused a redirect loop when the binary was installed in /opt/pulse but run from elsewhere. Fixed by: - Making the binary detect its own location and look for frontend files there - Adding fallback paths for common installation locations - Logging where frontend files are being served from for debugging |
||
|---|---|---|
| .. | ||
| alerts.go | ||
| config_handlers.go | ||
| diagnostics.go | ||
| middleware.go | ||
| notifications.go | ||
| ratelimit.go | ||
| router.go | ||
| settings.go | ||
| updates.go | ||