What's Changed
Bug Fixes
- Improved storage tab styling consistency
- Fixed backup tab grouping toggles functionality
- Made metric bars responsive with minimum width constraints
- Corrected PBS storage node display
- Fixed install script issues with unprivileged containers
- Improved container installation prompts and network configuration
- Added timeouts to prevent installation hanging on network issues
Improvements
- Added PVE version display to mock nodes
- Cleaned up backup table columns for better flow
- Enhanced auto-update prompts for container installations
- Improved installation UX with numbered options for network and storage selection
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.