What's Changed
Bug Fixes
- Fixed disk wearout interpretation in alerts - now correctly displays SSD life remaining percentage
- Fixed backups chart date handling to prevent timezone-related display issues
Improvements
- Normalized tooltip styling across the entire application for consistency
- Updated backups chart to "Available backups" with clearer explanation of what data is shown
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.