github LibrePhotos/librephotos-docker 2025w44
LibrePhotos Development: 2025 – September and October

16 hours ago

Breaking change: Postgres v18+: change your volume mount path!

With Postgres v18+, mounting a volume to /var/lib/postgresql/data can fail in Docker/Kubernetes due to an upstream change that enforces a new data directory (/var/lib/postgresql/MAJOR/docker) and adds a symlink from /var/lib/postgresql/data to /var/lib/postgresql (details).

Action required: Mount your volume to /var/lib/postgresql instead. pgautoupgrade will detect any existing data there and migrate it to the new structure (discussion: pgautoupgrade#164).

Upstream:

  • 🚀 LibrePhotos/Frontend: You can now edit GPS locations
  • ✨ Frontend: Upgraded to Mantine 8.3 and fixed linting errors (Implemented by sickelap)
  • ✨ LibrePhotos: Using Argon2PasswordHasher for new and updated accounts for faster authentication
  • 🔨 LibrePhotos: Handle empty recently added photo queries
  • 🔨 LibrePhotos: Fix BLIP on newer versions of librephotos
  • 🔨 LibrePhotos: Fix proxy redirects for non-ASCII original photo paths
  • 🔨 LibrePhotos: Fix LLM models downloading even when none was selected
  • 🔨 Frontend: Fix a bug when uploading images
  • ✨ LibrePhotos: Updated dependencies and updated language strings from the community

If you are interested on how I develop this application, you can watch me develop features live on my channel


Sponsoring development:

My work is sponsored by 2 awesome people!

If you like the work I do, then you can support me via GitHub sponsors or via PayPal

Don't miss a new librephotos-docker release

NewReleases is sending notifications on new releases.