this post was submitted on 25 Sep 2024
48 points (96.2% liked)

Selfhosted

60426 readers
234 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
 

So the final thing tethering me to macOS is Apple Photos, which is really a fantastic program.

PhotoPrism looks like it’s improving quickly, but I was curious to know how it’s going today with regards to:

  • Search filters
    • Date
    • Place
    • Object/person recognition
    • Text recognition
  • Live Photo support
  • Ease of importing
  • Album support, including smart albums
  • Built-in touch ups
  • General stability
you are viewing a single comment's thread
view the rest of the comments
[–] jjlinux@lemmy.ml 6 points 2 years ago (2 children)

Yes, I tried Immich but it's basically a second job, no thanks. Photoprism is very good, but would need something like Syncthing to auto upload. So I ended up going with Libre Photo. It's nowhere near as powerful as Immich in terms of features, but for my over 500K photos and almost 50K videos, works like a charm in ProxMox with the "UhuruPhotos" Android app.

[–] JustEnoughDucks@feddit.nl 9 points 2 years ago (1 children)

Interesting. For me it was a set and forget. I check the change notes before updating every month or so, make a very small change to the yaml compose, and I am back in action in under 10 minutes.

Different experiences I guess.

[–] jjlinux@lemmy.ml 1 points 2 years ago* (last edited 2 years ago) (1 children)

Are you hosting in ProxMox too?

[–] JustEnoughDucks@feddit.nl 2 points 2 years ago (1 children)

No, mine is just a docker container. Maybe there is something with that? Is your containerized in the VM?

[–] jjlinux@lemmy.ml 1 points 2 years ago

I usually create 1 LXC and install docker to it to use it as a template for any other LXC in the future. So, docker on a Debian LXC is how I did it. ProxMox in on bare metal though.

[–] sxan@midwest.social 3 points 2 years ago (1 children)

Photoprism's app space is pretty bad, but there is an completely hacky yet reliable solution for Android:

  1. PhotoBackup
  2. The PhotoBackup server on your Photoprism server
  3. A cron job that runs the photoprism import command every few minutes.

Since I've had this set up, it's worked as well as Google Photos ever did for keeping my phone snaps synced to the server. It's been more reliable than SyncThing for my data, reacting and syncing faster, and it doesn't mysteriously periodically just stop running like SyncThing.

I don't know if PhotoBackup is available for iOS, but if it is, it works a treat.

[–] jjlinux@lemmy.ml 2 points 2 years ago

Sweet. Never heard of this before. Thanks. I'll take it for a spin over the weekend.