Hey, I’m wondering what everyone’s solution is for self hosted “cloud” storage of photos? I’ve been running a PhotoPrism server on my Synology for a while but it’s missing some features I’d like to have. While we’ve set up auto-uploading from different phones to the web server, I haven’t found an easy way to share read-only access to the pictures or specific albums. There is an admin login, but no way (that I’ve found) to create multiple users with different permissions.

So SelfHosted lemmy, what’s your solve for photo storage, sorting, and sharing?

  • OpenSourceDeezNuts@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I’ve been using Photoprism. Single-user is fine for me. I see lots of people switching to immich, but haven’t checked it out myself.

    Photoprism supports sharing albums via link to people who don’t have accounts. Mine is remotely accessible using Tailscale. I would like to set up proper remote access via DNS, but haven’t made that leap yet, I’m too nervous about opening ports up.

  • Qazwsxedcrfv000@lemmy.unknownsys.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I have been using immich. It supports user accounts and album sharing. And recent updates on the machine learning part have made it a even more potent replacement of Google Photos imo.

  • CAPSLOCKFTW@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Photoprism is one user only, maybe some day they wil implement multi user. You can donate to give them an incentive to work more on it. For me it is good enough.

  • CapgrasDelusion@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Currently just using Synology photos but with an eye on immich, as others have mentioned and plan to switch now that it has facial and object recognition. At this point it can do everything I want and has the benefit of being open source.

    You have a Synology and Synology photos will do the features you mentioned (multiple users, different permissions). While I wouldn’t recommend it now over Immich I’m curious why you went with photoprism initially?

  • warmaster@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    1
    ·
    1 year ago

    I’m planning my homelab, and from the research I’ve done, Immich is the best but not ready for production and it can’t use an already existing photo library. NextCloud memories is the next best alternative, and supports already existing libraries.

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Immich can use existing libraries, either by importing (copying) existing files, or just by adding an existing folder of files in place.

      • warmaster@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        Importing is another thing. But using an existing folder is exactly what I want. Is this feature new ?

        • MangoPenguin@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          1 year ago

          I think it’s pretty new, in the last month or so. It’s currently something you have to run manually with the CLI to do an import, but they should eventually have it added into the web interface and run automatically.

          https://immich.app/docs/features/bulk-upload#importing-existing-libraries

          The important thing is the --import flag which adds files without copying them.

          Personally I run the CLI command inside the immich-server container, here’s the full command to make life easier since this took me a bit to figure out, make sure the directory is mounted into both the immich-server and immich-microservices containers. You can mount it as :ro if you want (I did) to make sure Immich can only read the files and not change them.

          immich upload --key apikeygoeshere --server http://localhost:3001 --recursive /some/path/to/existing/photos --import