this post was submitted on 25 Sep 2025
326 points (99.1% liked)

Selfhosted

51782 readers
650 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
you are viewing a single comment's thread
view the rest of the comments
[–] derry@midwest.social 8 points 2 days ago* (last edited 2 days ago) (3 children)

Happy to share my experience. Pros: capable replacement for Google photos, Face recognition, location map, etc Support for albums and sharing. Support for reading folders from local network

Roll the dice on these, YMMV ( there are not really cons to me but I work in tech and deal with far worse things)

Actively being developed. Good- things are fixed, new features added. Bad, have to update the server regularly , multiple times some weeks.

Cost: free. You get what you pay for. There's a donation cost, and I've been meaning to do that, but for free you may not get the help like for something you pay for. They do have an active community on Discord, so there's that.

Editing in mobile client only.

Exposing to the Internet seems a bit tricky if you plan on doing it right ( securely) but you can use tail scale for external access, works fine.

I've been happy enough with it to turn off my google photo backup . Oh they do warn you to not to use this as your main backup since it's under active development. Something what to consider. Hope this helps, happy to answer questions

Edit: cleaned up grammar for clarity

[–] suzucappo@lemmy.ml 3 points 1 day ago* (last edited 1 day ago)

The only caveat I see is updating the server/app regularly.

Updating is definitely recommended for sure but I find myself waiting between updates. I'm still running 1.134.0 and have been for a while just because I'm not having any issues and haven't gotten around to it.

I agree with everything else here as I have had the same experience.

Edit: This recent update I will likely update to though.

[–] derry@midwest.social 7 points 2 days ago

If you're just interested in the synch part, I've been using it without any issues for several months. Worked in a pixel 6a, upgraded to a pixel 8 pro and continued right where I left off

[–] dataprolet@discuss.tchncs.de 2 points 2 days ago (1 children)

What's tricky about exposing it to the internet?

[–] derry@midwest.social 2 points 2 days ago (1 children)

Depends, if you're ok exposing an open port to the Internet then its not tricky at all, assuming you know how to port forward and are not double natted. They warn you to not do this though. I second that warning.

This page explains the 3 main options https://docs.immich.app/guides/remote-access/

Ideally you'd just do a reverse proxy, which is the most complex option. Tasks include getting a host, cert, and setting it up.

I went with tail scale, it was easy but requires an additional client component on every device and one in the server.

[–] dataprolet@discuss.tchncs.de 1 points 13 hours ago

I have a cheap VPS which is facing the internet and runs a reverse proxy. It's connected to my home server via Tailscale and routes everything to the services on my homeserver. So I only expose http ports and also rely on the DDoS protection of the VPS provider.