What's Changed
New Features
- Filter system for Dashboard, Backups, and Storage views - quickly find specific items
- Unified node selector with support for both Proxmox VE and PBS nodes
- Update banner notifications when new versions are available
- Automatic update service with systemd timers
Improvements
- Enhanced dashboard with better node organization and cluster grouping
- Improved metric displays with clearer resource bars
- Better session management and CSRF protection
- Rate limiting configuration for API endpoints
- Optimized node table displays for PVE and PBS
Bug Fixes
- Potential fix for authentication state handling
- Attempted to address CPU display for idle containers
- Improved error handling in API endpoints
- Better handling of cluster node sorting
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.