Skip to content

v2.0.0

Compare
Choose a tag to compare
@karpikpl karpikpl released this 04 Feb 05:20
· 14 commits to main since this release
2c54629

What's Changed

Warning

Breaking Changes

  • It's required to have NUXT_SESSION_PASSWORD environment variable (at least 32 characters long) which is used to encrypt session cookies.
  • GitHub redirect URL was changed from /callback to /auth/github

Environment Variables Update:

  • Updated environment variables in .env to use NUXT_PUBLIC prefix instead of VUE_APP, and added new variables for GitHub OAuth and session password.

Docker Configuration:

  • Updated Dockerfile to support different build modes (prod and playwright) and re-mapped environment variables for backwards compatibility.

Documentation:

  • Updated DEPLOYMENT.md to reflect changes in environment variables and deployment options, and removed references to the legacy -with-proxy image.

Full Changelog: v1.9.1...v2.0.0