Immich 2.1 Released with Better Slideshow Shuffle, New Notifications (linuxiac.com)
from KarnaSubarna@lemmy.ml to selfhosted@lemmy.world on 18 Oct 05:50
https://lemmy.ml/post/37699603

github.com/immich-app/immich/releases/tag/v2.1.0

#selfhosted

threaded - newest

maniel@sopuli.xyz on 18 Oct 07:16 next collapse

oh fuck me i missed the 2.0;-)

AtariDump@lemmy.world on 18 Oct 12:46 collapse

I mean, if you’re offering….

PracticalFail@feddit.org on 18 Oct 07:24 next collapse

Immich is such a cool piece of software 🤩

Tywele@lemmy.dbzer0.com on 18 Oct 07:41 next collapse

I love immich and as soon as the feature for automatic clean up for already backed up images is available it’s going to be perfect.

maniel@sopuli.xyz on 18 Oct 08:30 collapse

automatic stacking would be nice too

despite_velasquez@lemmy.world on 18 Oct 07:53 next collapse

I’m finally migrating from iCloud Photos to Immich next weekend. I finally have my NAS setup going

Ugurcan@lemmy.world on 18 Oct 16:22 collapse

Can you please let us know how the transition went after a few weeks? I’m also considering the same but I’m also content with Apple Photos features like live photos etc.

thedbp@feddit.dk on 18 Oct 18:32 next collapse

I transitioned from Google photos to immich about a year ago:

  1. face recognition is absurdly much better

  2. searching for images is some black magic stuff

  3. it’s generally faster

  4. it’s map is really slow

Appoxo@lemmy.dbzer0.com on 19 Oct 07:07 collapse

Huh? The map isnt slow?

How many geotagged pictures do you have?

maxprime@lemmy.ml on 18 Oct 19:48 next collapse

Live Photos works in Immich.

One thing I really like about Apple photos is the memories that it suggests.

clucose@lemmy.ml on 18 Oct 21:06 collapse

Immich also suggests photos. It works great under iOS.

Appoxo@lemmy.dbzer0.com on 19 Oct 07:06 collapse

Live photos are supported but only in the web version as of now

1984@lemmy.today on 18 Oct 08:59 next collapse

This thing changes versions faster than I can update my homelab… Lol.

saddlebag@lemmy.world on 18 Oct 09:48 collapse

Gitops is your friend

nickcunningh.am/…/how-to-automate-version-updates…

JASN_DE@feddit.org on 18 Oct 09:57 next collapse

Which isn’t a great idea with all the breaking changes. I’d assume it gets better after v2, but still.

saddlebag@lemmy.world on 18 Oct 10:22 next collapse

I’ve been doing this in my kubernetes cluster since immich was less than v1.49.0 (that’s the earliest I can find but it’s been over 4 years).

Your comment could have been more constructive: something like “this is really cool, just be sure you don’t auto merge PRs without reading the patch notes. Learn about the process before you roll this out to your mission critical systems!”

This is a learning opportunity (possibly even for you). Show others how to do things well and the whole community can benefit.

Tywele@lemmy.dbzer0.com on 18 Oct 11:16 collapse

You sound condescending af.

This is a learning opportunity (possibly even for you)

elvith@feddit.org on 18 Oct 11:49 next collapse

Hey everyone has a learning opportunity. Some even have a separate production system!

saddlebag@lemmy.world on 18 Oct 13:02 collapse

Did you learn anything?

LastYearsIrritant@sopuli.xyz on 18 Oct 11:08 next collapse

I automate my upgrades, but I also automate my backups, and monitoring.

If an upgrade breaks something, my health monitor lets me know and I can roll back to the previous day.

TrumpetX@programming.dev on 18 Oct 11:30 next collapse

This is the way

BackgrndNoize@lemmy.world on 19 Oct 00:29 collapse

What tools do you use for the monitoring, backup and rollback?

LastYearsIrritant@sopuli.xyz on 19 Oct 01:22 collapse

I use rsync to backup, I can delete and restore the whole drive if i want at any time.

I use watchtower to keep things updated. If you schedule the rsync and watchtower correctly, you can get the backup done before the upgrade and there’s basically no lost data with the rollback.

I use uptime Kuma for monitoring, and it shoots me an email with details on what failed.

meathappening@lemmy.ml on 19 Oct 16:02 collapse

OpenMediaVault does this as well if you use the built in Docker system. I have it set to back up containers every Sunday at 1 am, at which time it pulls any new images. You can set the number of backups to retain and roll back if there are any issues.

[deleted] on 18 Oct 16:53 next collapse
.
skilltheamps@feddit.org on 18 Oct 17:30 collapse

That’s what I thought, but last time I looked I only saw a “release” tag, no “v2” tag. Did I miss something?

Fmstrat@lemmy.world on 19 Oct 02:37 collapse

The 2.0 release resolves a large amount of technical debt and shifts the focus toward compatibility and easier upgrades.

cRazi_man@europe.pub on 18 Oct 18:05 next collapse

This looks a lot more complicated that Watchtower. Is this something different or add other functionality?

saddlebag@lemmy.world on 19 Oct 09:39 collapse

I’m not familiar with Watchtower, I assume it will restart the container/stack if a new image is found. The biggest difference is that an edit to the git repo causing the container to be redeployed. This means the git repo becomes the source of truth and its possible to redeploy even when config changes get merged.

nfreak@lemmy.ml on 18 Oct 21:46 next collapse

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.

JC1@lemmy.ca on 19 Oct 14:07 collapse

Why this complicated setup? Komodo handles auto update by itself. It also update the whole stack at once, so no shutdown of the BD while the app stays up. Just have 2 checkboxes to tick.

The less stuff the better, it’s essential in case you have a failure. I only have to redeploy komodo, then all my stacks will be ready to get back online. I even removed watchtower.

corsicanguppy@lemmy.ca on 18 Oct 11:30 next collapse

Still crutching on containers?

AtariDump@lemmy.world on 18 Oct 12:48 collapse

I hated them too at first, but that’s because I didn’t understand them and they were new and scary.

They’re still a little scary but, after having a dependency issue on another Linux box, I get the purpose of docker a little bit better now.

Here’s a helpful primer:

<img alt="" src="https://lemmy.world/pictrs/image/1ea43f47-1b08-4617-a270-00f268df6034.jpeg">

arcterus@piefed.blahaj.zone on 18 Oct 16:07 next collapse

Your kubernetes seems a bit unstable.

possiblylinux127@lemmy.zip on 19 Oct 14:37 collapse

Kubernetes in a nutshell

4k93n2@lemmy.zip on 19 Oct 16:08 collapse

that ship is still floating and theres no containers in the water. seems good to me

mctoasterson@reddthat.com on 18 Oct 12:22 next collapse

Those who run immich, how have you been backing up your library?

My deployment isn’t anything fancy, it is currently a Raspberry Pi 4 with a 2TB external drive for the photo library. Been running for more than 6 months with minimal issues. Now that we are at a stable release I need to get some kinda backup going for the photos themselves.

Bakkoda@sh.itjust.works on 18 Oct 12:24 next collapse

I run Immich in a VM on Proxmox which gets backed up every 12 hours and all my photos are on the NAS which gets snapshotted every 12 hours and pushed to an external drive and a Hetzner box.

riquisimo@lemmy.dbzer0.com on 19 Oct 03:02 collapse

Translation: “I run immich in a virtual machine, which I can manage from a web browser. The photos themselves are stored on a different device which gets backed up to a remote location twice a day.”

So why run immich in a virtual machine instead of in, say, a docker? Wouldn’t that be way less overhead? (Or is immich the only thing you’re hosting?)

Bakkoda@sh.itjust.works on 19 Oct 20:02 collapse

I have a docker VM with a gpu passed through/external access (is this called production?) and another docker VM on another machine with no passthrough/external access. So both VMs are running multiple stacks/services and i just assign based on use case. Storage and memory are cheap imo and it’s the most secure way to do it with the skill level i have so it’s how i run it. I’m sure there’s better ways but 🤷‍♂️

skilltheamps@feddit.org on 18 Oct 12:33 next collapse

The same way as all other services: all relevant data (compose.yml and all volume mounts) are in a btrfs subvolume. Every night a snapshot gets made and mirrored to a remote server by btrbk.

ngdev@lemmy.zip on 18 Oct 13:30 collapse

how much do you pay for the remote server? was thinking about doing something like this for nextcloud (and i might end up using immich in the future)

skilltheamps@feddit.org on 18 Oct 16:53 collapse

That server is also a homeserver I manage for family (in another city). The two homeservers then mutually back up each other.

ripcord@lemmy.world on 18 Oct 14:43 next collapse

I clone the dirs nightly to a separate server + storage. Monthly to an offsite.

Cyber@feddit.uk on 18 Oct 16:36 next collapse

I run it baremetal, the photos / videos are all on a separate location (so are “Externsl Libraries” in Immich) and are backed up…

As far as the Immich application itself, I’m not currently backing up anything as I’ve been trialing it… but, I’ll aim to backup any configurations, but I’m thinking to maybe ignore any database - it can just relearn everything if I need to do a restore… depends how big that DB is…

DevoidWisdom@sh.itjust.works on 18 Oct 17:15 next collapse

I have Immich on a proxmox container and use proxmox backup. It has already save me once.

nfreak@lemmy.ml on 18 Oct 21:39 next collapse

Nothing fancy. I use Backrest for all my backups, and a few of my plans just include the Immich directory. My NAS is an entirely separate machine so my local backups go there, while everything is simultaneously pushed to a backblaze bucket

Lem453@lemmy.ca on 18 Oct 22:52 next collapse

Borg backup runs every hour on all my docker folders

Fmstrat@lemmy.world on 19 Oct 02:36 next collapse

ZFS sending to a remotelab.

Appoxo@lemmy.dbzer0.com on 19 Oct 07:09 next collapse

I backup the underlying storage (which is a VM) that immich writes to.
In theory it should be a perfect copy that just crashed.

JC1@lemmy.ca on 19 Oct 14:14 collapse

Immich photos are one of the main thing I backup. I use duplicacy and I backup to backblaze B2 storage. It does incremental backups. Same thing with docker persistent data or other things I consider important.

reddit_sux@lemmy.world on 18 Oct 13:00 next collapse

Has anyone be able to get memories to work. I don’t get any notifications. I probably don’t understand how that works. Any pointers except the official documentation will be helpful.

Esc@programming.dev on 18 Oct 14:11 next collapse

Notifications? It doesn’t give you notifications. It just shows it at the top in the main interface (if there are any).

skilltheamps@feddit.org on 18 Oct 16:50 collapse

They show images from the same day in past years. So if your library has no images >= 1 year old I’m not sure if anything shows up.

sem@lemmy.blahaj.zone on 18 Oct 21:09 collapse

Every day that I don’t switch, immich keeps getting better!

riquisimo@lemmy.dbzer0.com on 19 Oct 03:04 next collapse

Yeah I’ve been waiting until it’s updates stop breaking backwards compatibility. It’s sounding better and better as time goes on.

Redfugee@lemmy.world on 19 Oct 16:28 collapse

Wait no more! Immich 2.0 is the first stable release. https://github.com/immich-app/immich/releases/tag/v2.1.0

riquisimo@lemmy.dbzer0.com on 19 Oct 23:39 next collapse

Oh shoot heck dang, time to fire this up!

los0220@lemmy.world on 20 Oct 01:19 collapse

It might be time for me to make the switch, too Soo many things to selfhost and not enough time, but nextcloud had been annoying me for some time so it might get the priority

MaggiWuerze@feddit.org on 22 Oct 08:27 collapse

I also run both but don’t see how Immich could be a replacement for Nextcloud?

los0220@lemmy.world on 22 Oct 10:57 collapse

I use NextCloud for syncing photos from my phone and sharing photo galleries with my SO. NextCloud is quite bad for viewing photos, that’s why I have the Memories plugin and app, but it’s still not perfect. I also have the Recognize plugin, but in my setup it’s been broken for a few months and I don’t have the time to fix it.

So if I replace the photo sharing functionality I could replace the NextCloud itself for file sharing with something lighter. Might even go back to SMB.

MaggiWuerze@feddit.org on 22 Oct 21:02 collapse

I would definitely recommend Immich then. I use it together with my wife and we both upload our photos automatically and create albums together. There’re also companion projects, that make sharing albums outside your household easier and safer.

Appoxo@lemmy.dbzer0.com on 19 Oct 07:05 collapse

Do it