What's Changed
Bug Fixes
- Attempted to address node configuration API issue where partial updates could lose existing field values
- Potential fix for Docker agent installation on containers using BusyBox wget (Alpine Linux and similar minimal images)
- Improved NVMe temperature detection to prevent false readings
Improvements
- Better dashboard responsiveness with improved temperature display logic
- Enhanced diagnostic data collection for memory usage troubleshooting
- Improved error handling for Docker agent downloads with automatic fallback between wget and curl
- Better sanitization of diagnostic data when reporting issues to GitHub
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.