BookLogr
A simple, self-hosted service to keep track of your personal library
Alternative to: goodreads, storygraph
v1.3.0
2025-01-02Release 1.3.0 🎉 This release comes with various fixes but most noticeably an overhaul of how deploying a demo instance is handled (affects https://demo.booklogr.app) and a docker image for background workers. Previously background workers had to be manually started from source.
Changelog
Added
- Docker image for background worker
Fixed
- Tasks not being able to be created.
- Incorrect volume paths in provided
docker-compose.ymlfile for postgres and auth-server services.
Changed
- Account settings now have a more responsive layout.
- Worker management CLI now connects to the database via environment variable
DATABASE_URL - Updated
auth-serverto version 1.1.1 in the provideddocker-compose.ymlfile - Demo mode is now enabled with environment variables instead of requiring building from source.
Full Changelog: https://github.com/Mozzo1000/booklogr/compare/v1.2.0…v1.3.0