What's Changed
New Features
- OIDC Single Sign-On - Enterprise authentication support with providers like Keycloak, Authentik, Authelia, and more
- Real-time Discovery Progress - Live updates showing network discovery as it happens
- Install from Source - New
--main
flag in install script to build from latest code for testing fixes
Bug Fixes
- Install Script - Resolved unbound variable errors that prevented updates (#450, #451)
- Update Command - Restored
/bin/update
command for ProxmoxVE LXC installations (#406) - Alert System - Fixed deadlock issues and improved robustness
- Webhook Security - Enhanced webhook system security and error handling
- Guest URLs - Fixed action visibility and instant reactivity
- Cluster Detection - Improved reliability when detecting Proxmox clusters
- Storage Resilience - Better handling of node timeouts and empty storage responses
Improvements
- UI Refinements - Cleaner spacing, improved table sorting, better layouts
- Security Settings - Redesigned security panel with improved credential management
- Documentation - Updated guides for Docker, VM disk monitoring, and OIDC setup
Installation
Install/Update:
# Install script (ProxmoxVE/LXC/systemd)
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
# Docker
docker pull rcourtman/pulse:latest
docker run -d --name pulse -p 7655:7655 -v pulse-data:/etc/pulse rcourtman/pulse:latest
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.