You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
2.0.0
Breaking Changes & Migration
GameVault Rebranding:
Backup your database files. Just to be sure.
If your previous DB_DATABASE or DB_USERNAME was set as Crackpipe (default), please adjust the Environment Variables or make the necessary SQL modifications to ensure the app's functionality.
Update your docker/ghcr images to "gamevault-backend" as there will be no further updates for crackpipe-backend
For SQLITE users, rename your database file to database.sqlite, the new default
Please switch off DB_SYNCHRONIZE if you had set it to true manually, because the migrations will take over controlled database changes from now on.
Changes
Implemented database migrations for postgresql and sqlite.
DB_SYNCHRONIZE is now false by default.
New Configuration: SERVER_LOG_FILES_ENABLED is now set to false by default.
Games API now supports the contains filter.
Non-root global npm packages have been added to the Dockerfile.