35
I made a script for customized memories in Immich
(github.com)
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
Follow the wormhole through a path of communities !webdev@programming.dev
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!