What's Changed
Bug Fixes
- Backup Tab: PVE nodes without backups are now hidden to reduce clutter (addresses #366)
- VM Disk Monitoring: Shows dash instead of 0% for VMs without guest agent disk data
- Node Connection Tests: Improved error handling and diagnostics (addresses #362, #363)
- Settings: Fixed iframe embedding checkbox persistence (addresses #351)
- Auto-Updates: Correctly detect fresh installs and enable prompts for LXC containers
- Account Security: Enhanced lockout mechanism with recovery options
- Build System: Removed mock support from production builds for cleaner deployments
Improvements
- Diagnostics: Enhanced output to show detailed VM disk monitoring issues
- Security Documentation: Added account lockout and recovery documentation
- Code Organization: Moved scripts to dedicated folder for cleaner repository structure
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.