What's Changed
New Features
- VM Disk Usage Monitoring - Added support for monitoring disk usage on VMs via QEMU guest agent
- Port Configuration - New installer prompt for custom port configuration during setup
- Network Discovery Toggle - Added option to disable network discovery in settings
- Version Command - Added
pulse version
command with privacy disclosure - Quick/Advanced Installation Modes - New installer modes for LXC container creation on Proxmox hosts
- Automatic LXC Container Creation - Installer can now automatically create optimized LXC containers
Improvements
- Better Installation Experience - Major improvements to installer for Proxmox environments
- Non-Interactive Installation Support - Fixed curl piped installations for non-TTY environments (ProxmoxVE script compatibility)
- Optimized LXC Settings - Improved container settings for production use
- Documentation - Comprehensive updates to API, configuration, and installation documentation
- Gotify Integration - Fixed webhook template with required message field
Bug Fixes
- Attempted to address interactive mode detection for curl installations
- Attempted to address piped script execution in Proxmox containers
- Attempted to address non-TTY environment handling in install script
How to Update
For RC Release (v4.7.0-rc.2)
ProxmoxVE Users (LXC)
# RC releases require manual update - the 'update' command only installs stable
# SSH into your container and run:
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.7.0-rc.2
sudo systemctl restart pulse
Docker Users
# Pull the RC version specifically
docker pull rcourtman/pulse:v4.7.0-rc.2
docker stop pulse
docker rm pulse
docker run -d --name pulse \
-p 7655:7655 \
-v pulse-data:/etc/pulse \
rcourtman/pulse:v4.7.0-rc.2
# Or use the 'rc' tag for the latest RC
docker pull rcourtman/pulse:rc
Manual Installation / systemd Users
# Specify the RC version explicitly
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.7.0-rc.2
Rolling Back
ProxmoxVE Users
# Specify previous version
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.7.0-rc.1
sudo systemctl restart pulse
Docker Users
# Use a specific previous version tag
docker pull rcourtman/pulse:v4.7.0-rc.1
docker stop pulse
docker rm pulse
docker run -d --name pulse \
-p 7655:7655 \
-v pulse-data:/etc/pulse \
rcourtman/pulse:v4.7.0-rc.1
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.