What's Changed
Bug Fix
- DISABLE_AUTH Frontend Fix - Fixed issue where the login screen would still appear even when
DISABLE_AUTH=true
was set. The frontend now properly detects when authentication is disabled and goes straight to the dashboard.
Issue Fixed
- Login screen appeared with
DISABLE_AUTH=true
- now properly bypassed
How to Update
ProxmoxVE Community Scripts Users
If you installed Pulse using the ProxmoxVE Community Scripts:
# In your Pulse LXC console, simply type:
update
# This will automatically update to the latest stable release
Docker Users
# Update to this specific version
docker pull rcourtman/pulse:v4.5.1
docker stop pulse
docker rm pulse
docker run -d --name pulse \
-p 7655:7655 \
-v pulse-data:/etc/pulse \
rcourtman/pulse:v4.5.1
Manual Installation / systemd Users
# Update to latest stable (automatic)
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
# Or update to this specific version
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash -s -- --version v4.5.1
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.