What's Changed
This release candidate addresses webhook functionality and dashboard improvements.
Bug Fixes
- Attempted to address Telegram webhook errors when chat_id is in URL parameters (addresses #305)
- Dashboard and Storage views now use actual configured host URLs for node links instead of hardcoding port 8006 (addresses #306)
New Features
- Custom webhook payload templates - create your own JSON templates for generic webhooks
- Enhanced webhook documentation with examples and troubleshooting
Improvements
- Telegram webhooks now properly handle chat_id in message body
- Better error handling for webhook configurations
- More flexible webhook payload formatting
Installation
Docker
docker pull rcourtman/pulse:v4.3.1-rc.1
Manual Update
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash
Downloads
Pre-built binaries available below for linux-amd64, linux-arm64, and linux-armv7.
Note: This is a release candidate (RC) for testing. It will not trigger auto-updates in existing installations.