docs: update README with Proxmox community script

The official Proxmox helper script now supports Pulse v4
This commit is contained in:
Pulse Monitor
2025-08-06 12:39:42 +00:00
parent ad625a9237
commit c3c04c970e
+4 -5
View File
@@ -44,12 +44,11 @@ Choose **one** method:
# Option A: Docker (Multi-arch: AMD64, ARM64, ARMv7) - RECOMMENDED
docker run -d -p 7655:7655 -v pulse_data:/data --restart unless-stopped rcourtman/pulse:latest
# Option B: Manual Install (For existing LXC/VMs)
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash
# Option B: Proxmox Helper Script - Creates dedicated LXC container
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pulse.sh)"
# Option C: Proxmox Helper Script (Fix in progress - PR submitted)
# The helper script is being updated for v4. Until merged, use Option A or B
# bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pulse.sh)"
# Option C: Manual Install (For existing LXC/VMs)
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash
```
### Configure Pulse