Pulse/internal/config
Pulse Monitor 9f6a3d1b5f fix: multiple UI and configuration issues (addresses #295, #296)
Frontend fixes:
- Fixed VM thresholds incorrectly showing as 'CT' in alerts UI (issue #295)
- Fixed threshold slider not reaching 0% and 100% edges (issue #295)
- Fixed PBS form auto-filling with PVE settings (issue #296)
- Fixed email config property mapping (server/port instead of smtpHost/smtpPort)

Backend fixes:
- Updated EmailConfig struct to use 'server' and 'port' JSON tags for consistency
- Added 'provider' and 'startTLS' fields to EmailConfig
- Fixed PORT env var to correctly set FrontendPort instead of BackendPort
- Changed default log level from Debug to Info

All changes tested and verified working correctly.
2025-08-11 15:29:53 +00:00
..
client_helpers.go fix: ensure consistent CPU core display for all guests 2025-08-09 15:03:28 +00:00
config.go fix: multiple UI and configuration issues (addresses #295, #296) 2025-08-11 15:29:53 +00:00
credentials.go fix: improve PBS token authentication handling (#250) 2025-08-05 20:29:07 +00:00
export.go feat: add encrypted config export/import for automation 2025-08-05 21:45:25 +00:00
persistence.go Major improvements to security, alerts, and ease of use 2025-08-11 13:59:58 +00:00
registration.go feat: implement secure registration token system with fixes 2025-08-09 11:54:26 +00:00
settings.go Fix alert system: clearing and frontend reactivity 2025-07-29 14:53:41 +00:00