I’ve seen a lot of recommends for Immich on here, so I have an idea what the answer here is going to be, but I’m looking for some comparisons between it and Photoprism I’m currently using Synology Photos, and I think my biggest issue is it’s lack of metadata management. I’ve gotten around that with MetaImage and NeoFinder. I’m considering moving to something not tied to the Synology environment.

  • theghostoutside_@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    11 months ago

    I’ve been using Photoprism for a while, but found it very resource-heavy for my poor little NAS. Even after finishing ingesting my photo library, and finished tagging all the faces, it still occupies about 50% CPU routinely. However, I can’t install Immich because apparently the CPU on my NAS doesn’t support AVX required by typesense… Anyone know of some work-around?

    • Ryan@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      For now you could remove Typesense from the Docker image. Just edit the .env and remove the # in # TYPESENSE_ENABLED=false

      Then go to the Dockerfile and comment out the Typesense service.