Immich 2.1 Released with Better Slideshow Shuffle, New Notifications

https://lemmy.ml/post/37699603

Immich 2.1 Released with Better Slideshow Shuffle, New Notifications - Lemmy

https://github.com/immich-app/immich/releases/tag/v2.1.0 [https://github.com/immich-app/immich/releases/tag/v2.1.0]

This thing changes versions faster than I can update my homelab… Lol.
How To: Automate version updates for your self-hosted Docker containers with Gitea, Renovate, and Komodo

In this guide I will go over how to automatically search for and be notified of updates for container images every night using Renovate, apply those updates by merging pull requests for them in Gitea, and automatically redeploy the updated containers using Komodo.

Nick Cunningham

I’ve been running this setup for a few months now and haven’t looked back. Works super well, and essentially acts as an approval process for letting a container update or not.

The author also recently added a followup article to this one for using Forgejo instead, made migrating the setup super easy.