github rcourtman/Pulse v4.1.7
v4.1.7 - Bug Fixes and Docker Enhancements

latest releases: v4.13.0, v4.12.1, v4.12.0...
24 days ago

What's Changed

🐛 Bug Fixes

  • Fixed manual node setup error - Resolved "Node ID Required" error when adding nodes manually or from discovery (#289)
  • Fixed Discord webhook avatars - Corrected avatar URLs pointing to wrong repository
  • Improved update system - Better handling of new tarball structure and permission issues

✨ New Features

  • Docker network discovery configuration - Added DISCOVERY_SUBNET environment variable to specify which network to scan in Docker containers

📚 Documentation

  • Added DISCOVERY_SUBNET configuration examples for Docker users
  • Updated README with Docker network discovery examples

🔄 Changes Since v4.1.6

  • fix: manual node setup 'Node ID Required' error
  • docs: add DISCOVERY_SUBNET configuration documentation
  • feat: add DISCOVERY_SUBNET environment variable support
  • fix: update system to handle new tarball structure
  • fix: Discord webhook avatar URLs

Installation

Quick Install

bash <(curl -s https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh)

Docker

docker run -d \
  --name pulse \
  -p 7655:7655 \
  -v pulse_data:/data \
  -e DISCOVERY_SUBNET=192.168.1.0/24 \
  --restart unless-stopped \
  rcourtman/pulse:latest

If you find Pulse useful, please consider giving it a ⭐ on GitHub!

Don't miss a new Pulse release

NewReleases is sending notifications on new releases.