What's Changed
- v1.9.1 by @karpikpl in #147
- include latest tag by @karpikpl in #146
- Move to nuxt3 by @karpikpl in #144
Warning
One breaking change is required to have NUXT_SESSION_PASSWORD
(at least 32 characters long) which is used to encrypt session cookies.
Environment Variables Update:
- Updated environment variables in
.env
to useNUXT_PUBLIC
prefix instead ofVUE_APP
, and added new variables for GitHub OAuth and session password.
Docker Configuration:
- Updated
Dockerfile
to support different build modes (prod
andplaywright
) 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