github booklore-app/booklore v1.4.1
Release v1.4.1

7 hours ago

🌟 What's New in v1.4.1

This patch release fixes a Kobo sync bug that was causing synchronization to fail.

If you’re running Booklore behind a reverse proxy (e.g., Nginx Proxy Manager), you’ll need to update your configuration with additional buffer settings. Full details are in the Kobo Setup Documentation.

πŸ”§ Required Proxy Settings

proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
large_client_header_buffers 8 32k;

πŸ› Bug Fixes

🐳 Docker Images

  • Docker Hub: booklore/booklore:v1.4.1
  • GitHub Container Registry: ghcr.io/booklore-app/booklore:v1.4.1

Full Changelog: v1.4.0...v1.4.1

Don't miss a new booklore release

NewReleases is sending notifications on new releases.