this post was submitted on 01 Oct 2025
450 points (99.3% liked)

Selfhosted

51917 readers
1358 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

cross-posted from: https://kbin.melroy.org/m/foss@beehaw.org/t/1225798

After: ~1,337 days, 271 releases, 78,000 stars on GitHub, 1,558 contributors, 31,500 members on Discord, 36,000 members on Reddit, 68 languages on Weblate, Surviving the controversial announcement about joining FUTO, Having overwhelming success and support from the community with the product keys model, Launching the Merch store, Attending our first FOSDEM, ...and before the release of GTA VI We are thrilled to announce the stable release of Immich! πŸŽ‰

I'm really excited about such a large project adopting semver! I never got the trend for software without a need for rapid release cycles adopting purely time-based version numbers.

top 50 comments
sorted by: hot top controversial new old
[–] Railcar8095@lemmy.world 2 points 8 hours ago

Only missing the workflows for my family to adopt it!

[–] rumba@lemmy.zip 16 points 14 hours ago (3 children)

God damnit, now I need to set up k8s and install it.

I've been putting off moving out of Google photos for years. No, no, I shouldn't spend the time to host it. It has that scary banner.

Way to ruin my weekend! /s

Congrats Immich Team! /and if you're listening, thanks!

[–] fruitycoder@sh.itjust.works 2 points 31 minutes ago

If you have linux on machine(s) k3s/rke2 is pretty easy to get going.

[–] Decipher0771@lemmy.ca 5 points 9 hours ago

I was going to finally do k0/k3 or something kubernetes to set it up. I managed to get it going scalable with just docker swarm. So the kubernetes procrastination survived another deployment!

[–] mmmac@lemmy.zip 3 points 11 hours ago (2 children)

K8s prob overkill if it's just you and your family

[–] billwashere@lemmy.world 2 points 3 hours ago* (last edited 3 hours ago)

Whew… I was thinking it may have been a requirement now.

[–] rumba@lemmy.zip 5 points 10 hours ago (2 children)

K8s is pretty cheap for fault tolerance

Two VM's and two Pi

If my wife decides whe wants to watch the wedding video or the kids first TKD break and it's down, she'll clamor to move back to Google/Apple. I can also move my piholes over there and some of my arr stack.

Resillient hosting for zero cost is pretty hot.

[–] possiblylinux127@lemmy.zip 1 points 55 minutes ago

Two nodes doesn't provide quorum

[–] mmmac@lemmy.zip 8 points 10 hours ago (1 children)

If fault tolerance is what you're looking for I'd suggest a minipc over a pi, specced higher for the same cost and muuuch more reliable long term in my experience

[–] rumba@lemmy.zip 2 points 10 hours ago (1 children)

The nodes go on x86. You use the pi's for control planes. They sit around doing pretty much nothing until a pod get's wrecked or upgraded then they spin a new one. You use 3's or 4's clocked down to save power.

You really only need one, but for $50 two gives your fault tolerance, fault tolerance.

[–] billwashere@lemmy.world 2 points 3 hours ago (1 children)

Ok I’ll ask. I’ve been doing containers for a while now. My day job is in virtualization/networking/storage so this shouldn’t be that hard. But I just can’t get my head around kubernetes. Between work and home I have enough hardware to choke a robotic horse so that shouldn’t be a problem. Are there any good resources to get me started?

[–] rumba@lemmy.zip 1 points 2 hours ago

When I started with it, I looked through references all over and just felt f'ing lost, and I do this kind of stuff all the time. I am intimately familiar with AWS and Azure, but setting K8S up is just very different than the normal stuff we're used to. I'm big on installing a package and screwing with it until it works, but this doesn't work like that.

At the risk of being criticized here, and I'm very sorry if you're strongly opposed to AI, consider asking ChatGPT or Copilot to guide you through setting up Kubernetes step by step. Out of desperation, I figured I'd give AI a shot, and for the most part, it was really great at teaching it to me.

Ask it to give you the different options for setting up Kubernetes on your home lab (there are numerous ways to do this). You can save a lot of steps by using something like Rancher (k3s), which is a simplified version, but I prefer starting with the official kubeadm first. It's harder, but it gives you a better feel for what's happening, and it's more capable and closer to what you'd experience when crafting a production deployment.

Indicate your level of experience in the next prompt and specify which systems you're familiar with so it can tailor training to your existing knowledge and play to your strengths. Ask it to make a lesson plan first, and then pick what items you want it to walk you through. If anything feels weird or you have questions, stop it and ask away. You're working on something from scratch, so there's little to lose if it gets something wrong, but honestly, teaching technical things with tons of documentation available is probably the best use of LLMs that has ever existed.

If you decide against AI, focus your research on Docker cli, Kubeadm installation (the control plane/controller) and creating/joining nodes, persistent storeage and networking, K8S Namespace, then pod deployment. Complicated parts that might hang you up are getting logs from PODS that die on startup, and getting interactive prompts in a cluster are a little different than Docker (have to specify namespace)

For persistent storage, you then have numerous options. For a homelab, I like Longhorn; it's a RAID-like system that stores data blocks across the nodes, and it easily backs up to S3 if you want it to.

For homelab learning and testing, I just crapped out a Proxmox and started 3 VMs, setup kubeadm on the control plane and then joined two nodes, then spent I an hour getting NTFY to run in it for the first time, I really should have done a python hello world, NTFY is fiddly. But, it's super fun to stop a VM and watch the app come back up like nothing happened.

Once you get a base system up, whatever you choose, do check out https://www.ansibleforkubernetes.com/

Jeff Geerling did a bang-up job on the book, and it supports his cause. It just doesn't go into the detail you need to get started with k8s.

[–] q7mJI7tk1@lemmy.world 26 points 16 hours ago* (last edited 16 hours ago) (1 children)

The absolute irony... I've used Immich for nearly 2 years without fail; it's never skipped a beat. Today I update to the stable release and my Immich mobile app now has a sync error warning. This is the first issue I've ever had.

EDIT: Phew! Clear File Cache in mobile app has sorted the error. For a moment I thought the universe was against me.

[–] Bakkoda@sh.itjust.works 1 points 9 hours ago

Yeah i cleared data and relogged. It's just easier that way lol

[–] fmstrat@lemmy.nowsci.com 61 points 19 hours ago (7 children)

We aim to introduce additional paid services (not paywalled features, as we will never implement paywalled features), which will help support the project and that enhance self-hosting, making it easier and more reliable. First among the many services already planned is an end-to-end encrypted, off-site backup and restore feature, built directly into Immich. This will enable a buddy backup feature as well.

I love this.

Free features, but offering actual useful services for self-hosters (encrypted cloud backup). Great business model for a project like this.

[–] FundMECFS@lemmy.dbzer0.com 1 points 6 hours ago

Yeah this sort of bitwarden / nextcloud funding model is great IMO.

[–] artyom@piefed.social 9 points 15 hours ago

Having their own flagship instance, like Ente, would go a long way toward providing funding. I bet Ente is making a whole lot more money.

[–] ook@discuss.tchncs.de 7 points 15 hours ago (1 children)

It sounds great, but Immich wouldn't be the first to go back on such promises when it becomes convenient. Hopefully thanks to funding via FUTO it might not ever happen, but who knows. Appreciate they write it out, but it is not like that is legally binding.

[–] Damage@feddit.it 11 points 14 hours ago

Home assistant is still clean years after introducing nabu casa

load more comments (4 replies)
[–] Sibbo@sopuli.xyz 20 points 18 hours ago (1 children)

I really like where immich is headed. Bought a license last week and finally deleted Google Photos.

[–] Fiery@lemmy.dbzer0.com 10 points 17 hours ago* (last edited 15 hours ago)

You mean you deleted App-Which-Shall-Not-Be-Named?

Edit: I'm just using the same terminology they use in their docs...

[–] victorz@lemmy.world 94 points 1 day ago (2 children)
[–] ikidd@lemmy.world 1 points 8 hours ago
[–] chillpanzee@lemmy.ml 33 points 1 day ago

And before GTA VI.

Love it. Lol.

[–] ook@discuss.tchncs.de 7 points 19 hours ago* (last edited 19 hours ago) (1 children)

This is fantastic to see, but I recently moved away from Immich with heavy heart because of a simple issue.

I have a very minimal setup with just a RasberryPi and an external hard drive, I don't need to access anything from outside my home so it is not setup to be accessible via internet, just Wifi.

Since I am not home all the time I set it up that the hard drive goes to sleep after an hour or so of inactivity. It is not unusal that this means it gets to be in sleep mode for 8-10 hours once or twice per day, which I'd assume is better for its life expectancy.

Since an update this year though something changed for Immich, I think it was connected to the postgres database... sorry, don't remember fully since this was like 2 months ago. It would keep checking or writing on the drive and thus keep it awake the entire day. 24/7.

I found some issues on github that mentioned this from months ago and they didn't come to a good conclusion how to solve this, so unless this is adressed I cannot use Immich, sadly. Putting postgres on the SD card instead would probably suck for how long that one will be alive.

Edit: if anyone is interested, here is one issue I found on github that describes this https://github.com/immich-app/immich/issues/15918

Edit2: found another https://github.com/immich-app/immich/issues/11569 Apparently it was healthchecks and I didn't test if that would solve the issue for me, I might try again with a small setup.

[–] artyom@piefed.social 8 points 15 hours ago (1 children)

it gets to be in sleep mode for 8-10 hours once or twice per day, which I'd assume is better for its life expectancy.

It's actually the opposite.

[–] ook@discuss.tchncs.de 3 points 15 hours ago (2 children)
[–] oranges_in_my_a55@sh.itjust.works 10 points 14 hours ago (1 children)

Spinning up and down puts parts under more stress than simply spinning constantly, assuming vibrations are minimal. Basically repeated changes in velocity are bad for mechanical parts, compared to just spinning at a constant rate.

[–] ook@discuss.tchncs.de 2 points 13 hours ago (2 children)

Thank you for giving an actual answer. But this makes me wonder, there must be some middle ground where spinning it down is not worse than keeping it running. E.g. only spinning down and up once a day or once every few hours, is there any data for that you know of?

[–] Jason2357@lemmy.ca 7 points 12 hours ago (1 children)

Hard drives are so variable and failures so unpredictable, I bet you can't find that information. Most of the actual data about hard drive failures, like Backblaze's reports, are for drives that don't spin down.

That said, spin-down has always been used for saving power, not drive lifetime. I would generally assume spinning down never extends lifetime. Even in the case of an external hard drive you plug in once a month - it is very likely going to fail earlier than the drive spinning 24x7.

Also, I wouldn't shy from keeping the database on the same, fast storage as the OS, even if that's flash. Move to an external SSD when you can. HDDs have such long seek times.

[–] ook@discuss.tchncs.de 1 points 9 hours ago

Welp, TIL, thanks everyone for the useful detailed answers.

[–] GraveyardOrbit@lemmy.zip 5 points 13 hours ago

Hard disks are designed to do one thing and that’s spin, keeping a disk running 24/7 is the best case scenario for it’s longevity

[–] artyom@piefed.social 2 points 15 hours ago (1 children)

It is worse for life expectancy.

load more comments (1 replies)
[–] YurkshireLad@lemmy.ca 33 points 1 day ago (2 children)

Awesome! But damn, I just installed v1.144.1 last night to play around with it. 😁

[–] qjkxbmwvz@startrek.website 18 points 22 hours ago (1 children)

If you're running it via docker compose it's trivial to upgrade, and there are no breaking changes. Pull, down, up, you're done.

[–] Flax_vert@feddit.uk 4 points 17 hours ago

Iirc, 2.0 is more of a symbolic release rather than any big changes

[–] mierdabird@lemmy.dbzer0.com 21 points 1 day ago (1 children)

Bro 2.0 came so fast I didn't even have time to do 144, like why did they even bother releasing that when 2.0 was coming the very next day lol

[–] illusionist@lemmy.zip 5 points 20 hours ago

Different release news

[–] Fiery@lemmy.dbzer0.com 3 points 17 hours ago (1 children)

I'm excited for the roadmap of better sharing, group management and improved ownership. Unfortunately in its current state having a shared "family" library of pictures next to personal pictures is only possible with various workarounds (and all of those have significant downsides). Until then I'm just using it for myself, but it's been great so far.

[–] Jason2357@lemmy.ca 1 points 12 hours ago

Indeed, it's the top issue for number of comments: https://github.com/immich-app/immich/issues/12614

That and this one are really what keeps me stuck in "evaluating": https://github.com/immich-app/immich/issues/165

Right now, immich just points at a read-only copy of my pictures for trying things out. Nextcloud copies the pictures off device and then deletes them locally -necessary for family who always take long sports videos.

load more comments
view more: next β€Ί