v4.1.8 - Critical Bug Fixes
🐛 Bug Fixes
- Fixed Docker persistence - Configuration now properly persists across container restarts (#290)
- Fixed PBS/PVE connection status display - Red dot incorrectly showing for connected nodes (#293)
- Fixed export/import functionality - Alert and notification settings now properly reload after import (#291)
- Fixed API token authentication - Added UI modal for entering API tokens when required
- Improved PBS error messages - Better guidance when using HTTP instead of HTTPS (#283)
🔧 Improvements
- PBS client now automatically defaults to HTTPS when no protocol specified
- Better error messages suggesting HTTPS for PBS connections
- Frontend properly handles authentication requirements for export/import
- Documentation updated for Docker persistence and PBS setup
📚 Documentation
- Updated configuration guide for Docker volume persistence
- Added PBS troubleshooting section to FAQ
- Clarified data directory usage across different installation methods
⚠️ Known Issues
- Manual update from older versions may require running the install script directly
- Cache may need clearing (Ctrl+F5) after update to see new version
📦 Installation
# Proxmox Helper Script (LXC)
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pulse.sh)"
# Docker
docker run -d -p 7655:7655 -v pulse_data:/data rcourtman/pulse:latest
# Manual Update
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash