localtoast·vor 8 Monaten·discussI have found adding the following four lines to the immich proxy host in nginx proxy manager (advanced tab) solved my immich syncing issues:client_max_body_size 50000M;proxy_read_timeout 600s;proxy_send_timeout 600s;send_timeout 600s;FWIW, my library is about 22000 items large. Hope this helps someone.
localtoast·vor 9 Monaten·discussTIHI. Simultaneously, I couldn't care less. I do, though, feel this push for transparency in the GUI is counter-productive. Thankfully Apple is bringing "Tinted" as a Liquid Glass option to iOS 26.1.
localtoast·vor 12 Monaten·discussIt's not only goo.gl links they are actively archiving. Take a look at their current tasks.https://tracker.archiveteam.org/
localtoast·vor 12 Monaten·discussDocker container FTW. Thanks for the heads-up - this is a project I will happily throw a Hetzner server at.
localtoast·vor 2 Jahren·discussMuch appreciated. Sounds as if you're way out of spec. Still; should be interesting to go through your methods.
localtoast·vor 2 Jahren·discuss> - Those limited accounts? I use undocumented HomeAssistant APIs to lock them down to specific entitiesMind sharing your process to achieve what sounds like successful implementation of the much-requested ACL/RBAC support?
client_max_body_size 50000M;
proxy_read_timeout 600s;
proxy_send_timeout 600s;
send_timeout 600s;
FWIW, my library is about 22000 items large. Hope this helps someone.