BookLogr
A simple, self-hosted service to keep track of your personal library
Alternative to: goodreads, storygraph
v1.4.1
2025-07-03Release 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.ymlfile.
Changelog
Added
- Support SQLite as alternative database
Changed
AUTH_REQUIRE_VERIFICATIONenv variable is now false by default.EXPORT_FOLDERenv variable now defaults to./export_dataif not set.
Fixed
- The google authorization endpoint no longer crashes if the ID and secret was not set.
Full Changelog: https://github.com/Mozzo1000/booklogr/compare/v.1.4.0âŠv1.4.1