What's Changed
Improvements
- Performance - Parallel node polling for improved performance at scale
- Installation - Improved install script reliability in unprivileged containers with better timeout handling
Bug Fixes
- Attempted to address storage tab showing empty due to incorrect cluster storage filtering
- Potential fix for install script hanging in certain network conditions
Documentation
- Improved Telegram webhook configuration instructions and formatting
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.