Commit Graph

4 Commits

Author SHA1 Message Date
Pulse Monitor 78f849b4de docs: add comprehensive reverse proxy configuration guide
- Added detailed reverse proxy guide for nginx, Caddy, Apache, Traefik, HAProxy, and Cloudflare Tunnel
- Emphasized WebSocket requirement for v4
- Added testing instructions and troubleshooting tips
- Updated README and CONFIGURATION docs to reference the new guide
- Addresses user feedback from issue #244 about WebSocket requirement
2025-08-11 14:50:21 +00:00
Pulse Monitor 74e0105760 fix: update all dependencies to latest versions
Go:
- Upgraded to Go 1.23.0
- golang.org/x/crypto v0.14.0 → v0.40.0
- golang.org/x/net v0.10.0 → v0.30.0
- golang.org/x/sys v0.25.0 → v0.34.0
- golang.org/x/term v0.13.0 → v0.33.0
- golang.org/x/text v0.13.0 → v0.19.0
- github.com/rs/zerolog v1.33.0 → v1.34.0
- Other minor updates

Frontend:
- Updated npm packages to latest compatible versions

Fixes GitHub security vulnerability alerts
2025-08-06 22:02:35 +00:00
Pulse Monitor c1c1c6a7ba fix(security): update vite to 6.3.5 to fix esbuild vulnerability
- Fixes moderate security vulnerability in esbuild (GHSA-67mh-4wv8-2f99)
- Updates vite from 5.4.19 to 6.3.5 which includes esbuild 0.25.0
- esbuild vulnerability allowed any website to send requests to dev server
- Frontend build tested and working correctly with new version
2025-08-04 21:30:54 +00:00
Pulse Monitor 5665106a7d Initial clean Go + TypeScript rewrite
- Go backend with Proxmox/PBS integration
- Modern TypeScript/SolidJS frontend
- WebSocket real-time updates
- Clean project structure with no legacy code
2025-07-28 21:24:33 +00:00