🚨 CRITICAL HOTFIX - Release Candidate 8
IMPORTANT: This is a critical hotfix for rc.7. All users should update immediately.
Critical Fix
🔥 Authentication Default
- Fixed critical issue where authentication was enabled by default - This locked out all users upgrading to rc.7
- Changed default
SECURITY_MODE
fromprivate
topublic
- Authentication must now be explicitly enabled by setting
SECURITY_MODE=private
🐛 Bug Fix
- Reverse Proxy Dropdown - Fixed issue where "Disabled" selection wasn't being saved correctly
🚑 Emergency Update for Locked-Out Users
If you're locked out after installing rc.7, run this command to update to rc.8:
curl -sSL https://raw.githubusercontent.com/rcourtman/Pulse/main/scripts/install-pulse.sh < /dev/null | sudo bash -s -- --update --version v3.42.0-rc.8
📥 Installation & Updates
See the Updating Pulse section in README for detailed update instructions.
🐳 Docker Images
docker pull rcourtman/pulse:v3.42.0-rc.8
docker pull rcourtman/pulse:rc
(RC releases)docker pull rcourtman/pulse:latest
(stable releases)