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?

  • @Monkeyclock1234@lemm.ee
    link
    fedilink
    English
    22 years ago

    Prism is my go to …it’s allright but I am still looking for new options. Have heard good things about Immich so might look at that

  • @Wats0ns@sh.itjust.works
    link
    fedilink
    English
    22 years ago

    Saw recently that Shadow, the cloud PC company, has now a next cloud based storage offer: shadow.tech

    I’d be interested by any feedbacks if somebody gives it a try !

    • @CCatMan@lemmy.one
      link
      fedilink
      English
      12 years ago

      I’ve never heard of this, but what happens if it shuts down? How is this really self hosting vs getting an generic we hosting service and storing files there ?

  • Qazwsxedcrfv000
    link
    fedilink
    English
    612 years 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.

  • @wolre@lemmy.world
    link
    fedilink
    English
    42 years ago

    Like many people here I’m also planning on moving to Immich. It frankly looks amazing and it has a TrueCharts version, so it should be relatively easy to deploy on TrueNAS Scale. I’m going to wait a little longer though since it’s still in relatively active development and there are quite a lot of breaking changes that I currently don’t feel like dealing with.

    • @TheCraiggers@lemmy.world
      link
      fedilink
      English
      12 years ago

      As somebody that already has an NFS share for their photos, is immich able to use my already existing photo location, or is it another one of those that requires an import process that copies them to its own storage?

      • @wolre@lemmy.world
        link
        fedilink
        English
        12 years ago

        I guess it depends on what you’re looking for. You’ll probably be able to configure it to display your photos, but when it comes to more “advanced” features like creating albums, sharing photos with other users and the like, it’s understandably pretty difficult to find a system that would allow you to configure your own storage system.

      • @kowcop@aussie.zone
        link
        fedilink
        English
        22 years ago

        There is an experimental feature where you can have a read only share (mount point) and you can run a cli and import it into Immich

  • @warmaster@lemmy.world
    link
    fedilink
    English
    02 years 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.

      • @warmaster@lemmy.world
        link
        fedilink
        English
        22 years 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
          4
          edit-2
          2 years 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

    • Geronimo Wenja
      link
      fedilink
      English
      12 years ago

      A PR was opened last week to add the biggest first element of external library support. Hopefully in the relatively near future it’ll be merged. I’ll be giving it a shot when it merges.

  • @MangoPenguin@lemmy.blahaj.zone
    link
    fedilink
    English
    4
    edit-2
    2 years ago

    Another person using Immich.

    It supports importing existing photos, so I pulled in all my old folders of stuff.

    Also has multi user with album sharing and all that.

  • @CAPSLOCKFTW@lemmy.ml
    link
    fedilink
    English
    42 years 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.

  • @CaptObvious@lemmy.world
    link
    fedilink
    English
    112 years ago

    Have you looked at NextCloud? I have an instance running on an RPi that fits my needs (storage without sharing outside the home firewall). For anything that needs sharing, I just copy those images to an old Dropbox that I’ve kept and share from there.

    • Meow.tar.gz
      link
      fedilink
      English
      52 years ago

      Nextcloud works well for general files. Immich is the way to go specifically for photo storing. It’s got a whole lot of added features.

    • @greatley@lemmy.fmhy.ml
      link
      fedilink
      English
      72 years ago

      Nextcloud on it’s own can’t read images EXIF data so it can’t sort them by date. I’ve tried Memories addon and it seems to work well, except for transcoding movies.

      • @CaptObvious@lemmy.world
        link
        fedilink
        English
        12 years ago

        Good to know, thanks. I generally sort by hand if they need sorting, but using EXIF would be a nice time saver.

  • stephenc
    link
    fedilink
    English
    32 years ago

    I just use a folder of photos and then use digiKam to manage them. But it’s just me, I don’t need to share photos with anyone else. I like digiKam but it doesn’t play great with concurrent users out of the box. I think there’s a way to use a shared database though.

  • @traches@sh.itjust.works
    link
    fedilink
    English
    12 years ago

    I’m currently on photoprism like you, but I am looking to switch to immich.

    I solved the sharing problem by having a family-only instance locally (accessible via tailscale), connected via WebDAV to a public instance on a cheap VPS (which I also use for other things). We have to share twice, but I don’t have any holes in my firewall. Currently I don’t believe immich can do something like this, but I’d love to be proven wrong