Bug Fixes
- Fixed Docker image version fallback to correctly report v4.0.2 instead of v4.0.0 (#253)
- Improved PBS token authentication handling to support various input formats (#250)
- Fixed docker-compose.yml port mapping from 7655:3000 to 7655:7655 (#249)
- Removed unnecessary config volume from docker-compose.yml (#249)
- Updated healthcheck to use correct port 7655
What's Changed
- All node configuration is now stored encrypted in the /data directory
- PBS tokens can now be provided in full format (user@realm!tokenname) or separately
- Docker containers properly persist configuration when using the -v pulse-data:/data mount
Docker Compose Fix
If you're using docker-compose, please update your port mapping:
ports:
- "7655:7655" # Changed from 7655:3000
Full Changelog: v4.0.1...v4.0.2