v4.0.5 - UI & Compatibility Fixes
Bug Fixes
- Fixed version detection when installed via Proxmox community script
- Restored orange highlighting for recently booted containers (< 1 hour uptime)
- Fixed JSON parsing error when LXC containers have cpulimit set
- Improved Proxmox VE 9 compatibility in temporary helper script
Installation
The official Proxmox community script now supports Pulse! Install with:
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pulse.sh)"
Or use the manual installation:
wget https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh
chmod +x install.sh
./install.sh
Docker
docker run -d --name pulse \
-p 7655:7655 \
-v pulse-data:/etc/pulse \
rcourtman/pulse:latest