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

Selfhosted

60366 readers
938 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] douglasg14b@lemmy.world 31 points 2 years 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 20 points 2 years ago* (last edited 2 years 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 5 points 2 years 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 3 points 2 years ago* (last edited 2 years 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 2 years ago* (last edited 2 years 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 2 years 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.