ImageGenius Changes:
add service checks
immich Changes:
v1.51.2
There is no mobile release for this version
This release further improves Typesense setup and operations. Please consider adding restart: always
to the Typesense container
typesense:
container_name: immich_typesense
image: typesense/typesense:0.24.0
environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
- TYPESENSE_DATA_DIR=/data
logging:
driver: none
volumes:
- tsdata:/data
restart: always
As always, please consider supporting the project.
🎉 Cheer! 🎉
Support
If you find the project helpful and it helps you in some ways, you can support the project one time or monthly from GitHub Sponsors
It is a great way to let me know that you want me to continue developing and working on this project for years to come.
What's Changed
- feat(web): show current/saved template in preset dropdown by @jrasm91 in immich-app/immich#2040
- chore(setup): always restart typesense by @jrasm91 in immich-app/immich#2042
- refactor(server): server-info by @jrasm91 in immich-app/immich#2038
- fix(server): update asset alias on new install by @jrasm91 in immich-app/immich#2044
- fix(server): Return the original path for gif playback by @samip5 in immich-app/immich#2022
- fix(nginx): x-forwarded-* headers by @michelheusschen in immich-app/immich#2019
Full Changelog: https://github.com/immich-app/immich/compare/v1.51.1...