🚀 Immich Power Tools 0.13.0
Bug Fixes
- conflicts resolved (18274a3)
- minor condition fix (e7687b9)
- minor design fix (b60660f)
- removed unused components (59fb16b)
Features
Shared Links
- added option for link expiry (d5c6f0a)
- people selection in share link (1fea9cc)
- shared album links (34f32e4)
For using shared links you need to setup two things.
IMMICH_SHARE_LINK_KEY
: A new API key to be created and added to your ENV for fetching images as a public user.POWER_TOOLS_ENDPOINT_URL
: Now Immich Power Tools can work like proxy for your immich instance when using shared links. So inorder to show the domain of the shared links you need to set this env. This should point to the public hostname of your power tools.JWT_SECRET
: Also a JWT Secret to encode the filters applied to shared links and also validate the expiry. If you already have it for old authentication method, it can be reused.