• 34 minutes

    The upgrade was pretty trivial from 2.7.5. Minimal changes in the docker compose file if your was up-to-date on 2.7.5. Mostly version changes. No changes needed to .env other than going to v3.

  • Decronym@lemmy.decronym.xyzbot accountEnglish
    18 minutes

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    LAMP Linux-Apache-MySQL-PHP stack for webhosting
    NAS Network-Attached Storage
    NFS Network File System, a Unix-based file-sharing protocol known for performance and efficiency

    3 acronyms in this thread; the most compressed thread commented on today has 9 acronyms.

    [Thread #40 for this comm, first seen 3rd Jul 2026, 12:20] [FAQ] [Full list] [Contact] [Source code]

    • 3 hours

      The first preview of Workflows is here! Workflows let you automate actions in your library by chaining triggers, filters, and actions together with a drag-and-drop builder. This is the foundation for many exciting automations to come, and we’d love your feedback as we continue building on it.

      It’s a user-friendly way to say “when X happens, do Y”.

  • 13 hours

    Does anyone know if chunked upload has been implemented? Vital for who’s behind cloudflare

  • 10 hours

    I was just setting up my homelab 👀 looks like I was just in time to give it a bit before rebuilding lol

  • Why don’t they support Background Resource Upload PhotoKit API on iOS?

    Nm: I know why now. Apple are such bitches.

    • 16 hours

      Is that why my partners phone won’t upload her photos… So annoying

    • 17 hours

      What is it, restricted access? Am an Android user since 2008 and never had an iOS device so I’m clueless.

      • They have a new api that lets photos be backed up in the background similar to how the photos app does with iCloud. But… Immich cannot use it because Apple say you have to hard code the URL. That doesn’t work for self hosting.

          • How so?
            By operating a relay? Then it wouldnt be 100% selfhost and be dependant on immich being accessible at all times.

            • 31 minutes

              Yes, exactly. But at least you can have an e2e encrypted relay as syncthing does.

              This problem is similar to the one faced by Matrix on iOS, and they provide the notification service. All of your conclusions apply though.

        • 16 hours

          Ahahaha, nice. Loosely reminds me of how we looked at implementing share-to-app (when that was a novel thing) in a mobile OS circa 2011 and we looked at how iOS did it. It was a list of hardcoded targets - Facebook, Twitter. No pluggability no nothing. Our product team was like - if no pluggability is good enough for Apple, it’s good enough for us!

      • Apple problems lol. And not even that.
        Arent there even 3rd party camera tools? Or are they not permitted to use the whole hardware like Apple can?

        • There’s 3rd party camer apps. Apples actually pretty good about giving full camera access to apps.

          • 20 minutes

            The more you know.
            Only got an iPad for free.
            Though I have to say it’s pretty neat to have while cooking.

  • Ooh, the workflows idea is interesting.

    What I really want is for my photos to expire.

    Most of the photos I take are junk photos: a picture of a receipt, a picture of a sprinkler model number, a picture of a random bug I saw while I was cleaning the pool. I just need these photos once and then I never need them again. I wish they would go away on their own.

    Of course, there are also times when I do want to keep pictures, birthdays, vacations, etc.

    I wish Immich (or someone) would create a camera with a switch that allows you to pre sort images into albums: permanent vs temporary

    Of course, the Big Tech guys would never do this because they want you to store all of that junk on their clouds.

    But, Immich could actually help trim junk.

    • I just delete images when I’m scrolling.

      I see your point but I don’t struggle enough to have a seperate shutter app that auto deletes images.

      Also, when deleting a photo, it’s stored for another 30days. You can easily come back a couple of days later in case you still need the photo.

    • I think that would actually be doable in immich.
      I’ve read that there is a regex step.
      And you could also sort it into albums.
      And assuming you can get the info from the API how old an asset and in which album it is (or just parse the items in an album asset group, it can be scriptable to purge items.

    • 14 hours

      I just use a different camera app for those kind of pictures (receipts, etc). That camera app is configured to save pix to a location that doesn’t get backed up.

        • 3 hours

          Main camera is whatever default is for Graphene. Also use “Open Camera” and “Fair Scan” from fdroid.

    • In iOS there is an app called ShutterDeclutter that every day shows you the all photos you took on that day of the year in your collection and has a swipe left/right to delete or keep each one. It makes the job of reviewing photos manageable for people with multi decade long albums. I really want Immich to add that feature.

      • I use an app called Slidebox on iOS. Every Saturday I review the pictures I’ve taken with it and either swipe up to delete or send them to an album at the bottom, I only sync the sorted album with immich.

    • 20 hours

      You don’t need to delete them entirely. You can convert a 5MB/22 megapixel JPEG to a 500KB/2 megapixel AVIF that looks 95% as good when viewed on a phone screen.

      Of course, I have no idea if immich can do this. It would be nice though.

  • 1 day

    As this is version 3.0.0, I’ll wait a bit before upgrading.

  • All the HEIC files from my camera are still busted.

    To be fair, its a tricky issue. Its camera makers’ fault for using a format no one else wants to touch, and rendering them as HDR files instead of SDR with gain maps, as is standard practice for smartphones.

    …But still, its annoying. They render fine on my iPhone, on Windows, or KDE Linux, out of the box. But they’re completely garbled in Immich :(

    • 20 hours

      I’ve really wanted to ditch JPEG. It’s a 34 year old format.

      The problem is that AVIF, JPEG-XL and HEIC/HEIF don’t work in many places. At a minimum I would want them to display in my gallery app (currently Nextcloud memories), display in a browser, and have native support at an OS level (i.e thumbnail previews). Neither format comes close to this.

      I may even move away from Nextcloud over it. I didn’t want to deploy docker just for immich (I love LAMP, btw). However Nextcloud is SO MUCH maintenance compared to the 50 other services running on my server.

      • Which distro are you using?

        My NAS is running Arch (btw) and I have Immich installed baremetal because someone’s nicely maintaining it in the AUR… would need a little work to convert that script into something for another distro…

        • 11 hours

          Ubuntu server.

          I found a dude maintaining a deb repo. I might give that a shot.

          It’s kinda nuts that people have got it working and fully automates the packaging, but immich haven’t taken it on.

      • JXL is working alright for me.

        As an example with a lot of dynamic range, here’s a JXL:

        JXL image should be here

        AVIF:

        AVIF image should be here

        Both render in my desktop and iPhone browsers, just fine. I bet at least one renders for you. And I made them from RAWs from a really old camera!

        The problem is, as you say… arbitrary lack of support. As an example, I can’t upload either file to Lemmy. Brand new social media software, and it doesnt’ recognize JXL or AVIF as valid image types, even though they should render just fine? Most image hosts wont take JXL either, hence I had to upload them to litterbox since catbox is down!

        An HEIF, on the other hand, has basically 0 support outside of Apple:

        HIF Image should be here

        All three of these render correctly on my phone, but only the top two do on other devices.

  • As an FYI to people who are upgrading and use a preexisting postgres database If you still use pgvecto.rs (if the command \dx on the immich database responds with vectors not vector) you will need to install both pgvector and vectorchord in order to continue using immich. This will require restarting your postgres instance at least once if not twice.

    It threw me for a loop at first because of the similar naming. Just thought I would share.

    • Isnt that only relevant to users that started with a very old setup guide?
      I started in the still-beta stage (I’d say 20-30 updates before the 1.0.0 release) and already had the immich version of the postgre vector container in the compose template.

      • 2 hours

        I’m not sure, I was running 2.7.5 myself but i am not sure what version of immich I started with. I didn’t think this would effect fully docker setups much. I think this would mostly effected people who had configured with a preexisting database. I believe the docker edition with postgres built in upgraded for you awhile back unless you supplied an environment variable telling it to do otherwise.

    • 17 hours

      Make sure you take a backup. Changing the docker container nuked my db. Had to restore from a backup