Release 1.4.1 🎉
Note
The default supported database is now SQLite, the install instructions have been changed according to this. PostgreSQL is still supported, there is no need to migrate over to SQLite or change your docker-compose.yml
file.
Changelog
Added
- Support SQLite as alternative database
Changed
AUTH_REQUIRE_VERIFICATION
env variable is now false by default.EXPORT_FOLDER
env variable now defaults to./export_data
if not set.
Fixed
- The google authorization endpoint no longer crashes if the ID and secret was not set.
Full Changelog: v.1.4.0...v1.4.1