Skip to content

v6.0.3

Choose a tag to compare

@github-actions github-actions released this 03 Feb 08:00

Community Contributions

This release includes contributions from @yarikoptic - welcome to the project! 馃帀

Improved

  • Better error messages for permission issues (#54, #55) - Authentication setup now provides clear troubleshooting guidance when encountering permission errors (common with Podman or Docker UID mismatches):
    PERMISSION ERROR - Unable to write to session directory
    
    For Podman users:
      Add --userns=keep-id to your run command
    
    For Docker users:
      mkdir -p data && sudo chown -R 1000:1000 data
    

Changed

  • Standardized on docker compose (v2) syntax - All documentation and scripts now use the modern docker compose command instead of the deprecated docker-compose (v1). Docker Compose v2 has been built into Docker CLI since mid-2021, and v1 was deprecated in July 2023. (contributed by @yarikoptic)

  • init_auth.sh is now executable by default - No need to manually run chmod +x init_auth.sh before using the script. (contributed by @yarikoptic)

Added

  • Shellcheck CI workflow - Added GitHub Actions workflow to lint shell scripts on push/PR, improving code quality for bash scripts. (contributed by @yarikoptic)

馃搵 Full changelog: docs/CHANGELOG.md