this post was submitted on 22 Mar 2026
33 points (100.0% liked)
Programming
26193 readers
264 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A better readme would be my first request. I don't quite understand how it works.
Do I install it on the immich server?
It seems to be configured via config files in users' home directories... my immich users need a login account on the server?
Does the server need read access to each user home profile?
Thanks for your feedback.
You just need an Immich API key, and run it from any machine from where you can reach your Immich instance. It does everything using the Immich API, so only a key with the proper permissions is needed. (I'll add what the minimum required permissions are in the README.)
Also, if you want to do it for many users, you don't need them to run it on individual machines/accounts. You can create multiple config files, each with that user's key, and pass it to the script via the
--configflag.If running it for multiple users is a thing that people are interested in, I can add a way to supply an array of options in the config file, each belonging to one user.
That's much clearer, thanks!