v0.6.5 - Unified Docker image, fix change password with Postgres DB, fix 404 in health page
⚠️ Warning:
- The DB has schema changes, however no impacts are expected. Nevertheless backup your DB before applying the update.
- There are two new env variables ENDURAIN_HOST and BEHIND_PROXY.
- Frontend env variables and FRONTEND_HOST and FRONTEND_PROTOCOL backend env variables are no longer needed.
- There are changes in the volume paths.
- Please instruct your users to logout and login after upgrade.
- Please read the new docs site for further information.
New Features:
- New unified Docker image.
- Project license changed from GPL 3.0 or later to AGPL 3.0 or later.
What's Changed Backend
- Fixed issue user can't change password if Postgres DB is in use.
- Changed Strava callback to frontend and adapted backend logic.
- Frontend is now served using FastAPI static files.
- Fixed issue on profile and health_data routes resulting in 404.
- Bug fixes.
What's Changed Frontend
- Changed Strava callback to frontend.
- Fixed issue on profile and health_data routes resulting in 404.
- Bug fixes.
What's Changed General
- Updated docs.
- Updated README.
- Updated license.
- Updated Docker image logic and resulting GitHub Actions.
- Updated docker-compose file