this post was submitted on 27 Sep 2024
262 points (98.2% liked)

Selfhosted

39365 readers
417 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] douglasg14b@lemmy.world 28 points 2 days ago (2 children)

People really underestimate the value of stability and predictability.

There are some amazing FOSS projects out there ran by folks who don't give a crap about stability or the art of user experience. It holds them back, and unfortunately helps drive a fragmented ecosystem where we get 2,3,5 major projects all trying to do the same thing.

[–] AbidanYre@lemmy.world 18 points 1 day ago* (last edited 1 day ago) (1 children)

I wanted to like immich, but it felt like everytime I opened it there was a little box saying there was a new version available. Which would be fine except for when that new version wasn't compatible with the server version I was running, and upgrading that frequently needed changes to my compose file because they changed some option or library or something.

I just want something that can store pictures of my family without a lot of tinkering.

[–] douglasg14b@lemmy.world 4 points 1 day ago (1 children)

The issue here is that these are solvable problems, release compat isn't a new problem. It's just a problem that takes dedicated effort to solve for, just like any other feature.

This is something FOSS apps tend to lack simply due to the nature of how contributions tend to work for free software. Which is an unfortunate reality, but a reality none the less.

[–] myliltoehurts@lemm.ee 2 points 12 hours ago* (last edited 12 hours ago)

In their defense, they also clearly label immich as under active development with frequent changes and bugs.

Edit: nvm I saw it was already discussed in another reply.

[–] Lem453@lemmy.ca 6 points 1 day ago* (last edited 1 day ago) (1 children)

Immich is quite new clearly say they will have breaking changes.

https://immich.app/roadmap/

Stable release planned for this year

The updates are almost always packed with cool new features so I'd rather have an amazing app with a bit of maintenance then get something stable that lacks features. Especially when stability is now just around the corner.

As far as breaking changes go, in the year of me using the docker install I've had maybe 3 updates that required me to change things and each one was leas than 10 mins of work. Pretty basic stuff if you are actually on the selfhosted path. Most people complaining seem to like auto updating apps automatically which seems crazy. I update when I have time to mess around, otherwise it just chugs along super stable.

[–] douglasg14b@lemmy.world 10 points 1 day ago

I didn't really mention immich directly here.

This is a problem which is endemic to casual software development like many FOSS projects. It's a reality of how free software tends to be built in general vs commercial software.