this post was submitted on 29 Jan 2026
355 points (98.6% liked)

Selfhosted

60911 readers
965 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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

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
[–] Squizzy@lemmy.world 6 points 5 months ago (4 children)

How simple is this program to use, I am moving to linux and while novie just want to start using my pc for pc things like storing my pictures.

[–] NewNewAugustEast@lemmy.zip 6 points 5 months ago

If you are talking about using Linux on a desktop, then use DigiKam for photo management. It is far more advanced, because it is a desktop application and been around a lot longer.

You could have a workflow of a desktop environment AND immich on the server for the best of what they both offer.

[–] ohshit604@sh.itjust.works 4 points 5 months ago* (last edited 5 months ago)

This software is more meant to be ran in a server environment, it’s suppose to be a replacement to subscription based photo/video cloud storage. I would not recommend you run this on a desktop you use daily as it’ll consume resources in the background slowing your desktop down, this is kinda why NAS storage systems exist.

Once you get a grasp on the BASH shell I would suggest playing around with docker and docker compose in a headless environment (headless = no desktop environment, shell only) as there are loads of applications you can self-host over your network.

[–] BCsven@lemmy.ca 2 points 5 months ago

There are docker script and docker compose installs. It was basically reading the documents and Editting a few text files and launching it in docker. Hardest part I found was the face tagging, it was totally counter intuitive to assign a face and persons name. Like almost obfuscated. Once you set that up though it just does its thing superbly well

[–] YeahToast@aussie.zone 1 points 5 months ago (1 children)

I personally found this really easy to initially install, much easier than photo prism.. however it's died twice on me (postgres issues) first was due to an update and then incorrect permissions... I'm not sure what broke it the second time... So whilst easy to install, does still require maintenance and time to fix issues.

[–] derpgon@programming.dev 2 points 5 months ago (1 children)

Strange, postgres is usually not the one to die. My server is permanently running out of space, so I have to keep deleting shit, and my PG did not die once. On the other hand, my other very old server (not updated in 3 years) has it's PG die (and automatically restart) at least once a day.

[–] YeahToast@aussie.zone 2 points 5 months ago

Yeah, I'm sure it's user error somewhere. But trying to find / read logs etc etc or do any type of fault finding is a bit of a grind because I don't use Linux enough to become proficient