🐛 Bug Fixes
- Fixed hardcoded version fallback showing v4.1.1 instead of actual version
- Fixed install script syntax error that prevented fresh installations
- Fixed notification settings persistence in Docker containers (requires volume mount)
📝 Important Notes
For Docker users: Always mount a volume to persist your configuration:
docker run -d -p 7655:7655 -v pulse_data:/data rcourtman/pulse:v4.1.6
Without a volume mount, your settings will be lost when the container is recreated.
Installation
Quick Install Options
Option A: Proxmox Helper Script
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pulse.sh)"
Option B: Docker
docker run -d -p 7655:7655 -v pulse_data:/data rcourtman/pulse:v4.1.6
Option C: Manual Install
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash