github rcourtman/Pulse v4.7.1

latest releases: v4.14.0, v4.14.0-rc.2, v4.14.0-rc.1...
13 days ago

What's Changed

Bug Fixes

  • Setup Script Authentication - Fixed setup script incorrectly requiring authentication when adding nodes (addresses #347, discussion #344)
  • Discovery Service - Fixed discovery service not starting when toggled on via settings

How to Update

ProxmoxVE Users (LXC)

# In the ProxmoxVE 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.7.1
docker stop pulse
docker rm pulse
docker run -d --name pulse \
  -p 7655:7655 \
  -v pulse-data:/etc/pulse \
  rcourtman/pulse:v4.7.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.7.1

Downloads

Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.

Don't miss a new Pulse release

NewReleases is sending notifications on new releases.