184
submitted 11 hours ago by avidamoeba@lemmy.ca to c/selfhosted@lemmy.world
top 35 comments
sorted by: hot top new old
[-] anon_8675309@lemmy.world 4 points 3 hours ago* (last edited 3 hours ago)

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

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

[-] tmcgh@lemmy.zip 1 points 1 hour ago

Is that why my partners phone won't upload her photos... So annoying

[-] avidamoeba@lemmy.ca 3 points 2 hours ago* (last edited 2 hours ago)

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

[-] anon_8675309@lemmy.world 2 points 59 minutes ago

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.

[-] avidamoeba@lemmy.ca 1 points 50 minutes ago* (last edited 49 minutes ago)

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!

[-] brucethemoose@lemmy.world 9 points 6 hours ago* (last edited 6 hours ago)

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 :(

[-] pHr34kY@lemmy.world 5 points 5 hours ago* (last edited 5 hours ago)

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.

[-] uuj8za@piefed.social 28 points 10 hours ago

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.

[-] pHr34kY@lemmy.world 3 points 5 hours ago* (last edited 5 hours ago)

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.

[-] BartyDeCanter@piefed.social 14 points 9 hours ago

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.

[-] xistera@lemmy.dbzer0.com 4 points 6 hours ago

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.

[-] AllYourSmurf@lemmy.world 6 points 10 hours ago

This is an excellent idea.

[-] Mereo@lemmy.ca 23 points 10 hours ago

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

[-] altphoto@lemmy.today 2 points 1 hour ago

I updated and quickly found that phone wasn't updating images. But then there was an update for the server and phone app very quickly.

[-] avidamoeba@lemmy.ca 26 points 10 hours ago

Wait for 3.0.3 and then the emergency 3.0.4. 😅

[-] mctoasterson@reddthat.com 3 points 10 hours ago

This is my thought also. v2.7.5 has been stable since April. I'm gonna stick with that for the moment.

[-] Pika@sh.itjust.works 9 points 9 hours ago* (last edited 9 hours ago)

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.

[-] Osiris@lemmy.world 2 points 1 hour ago

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

[-] avidamoeba@lemmy.ca 14 points 11 hours ago* (last edited 11 hours ago)
[-] uuj8za@piefed.social 12 points 11 hours ago

I was just thinking about this the other day: https://github.com/immich-app/immich/tree/main/docker

Make sure to use the docker-compose.yml of the current release: https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

The compose file on main may not be compatible with the latest release.

I definitely have not been checking for updates on the compose files on any of my self hosted apps... I probably should...

[-] DarkSirrush@piefed.ca 12 points 10 hours ago

In all honesty, immich's very opinionated way of doing a compose file gives me so many headaches compared to pretty much every other docker app I use.

[-] Railcar8095@lemmy.world 6 points 11 hours ago

My upgrade path was breaking by deployment a few weeks ago, seeing the v3 was around the corner and just starting again :)

Sad to see the I can't make a workflow to add photos to an album based on face recognition. Wanted that you have a family album

[-] NerdsGonnaNerd@sh.itjust.works 1 points 13 minutes ago

Maybe thisis interesting to you in the meantime: https://github.com/romainrbr/immich-face-to-album

[-] avidamoeba@lemmy.ca 2 points 10 hours ago

That's probably coming too. This is the first preview of the feature.

[-] SnotFlickerman@lemmy.blahaj.zone 8 points 11 hours ago

I just updated last night to 2.7.5 ha

[-] fdnomad@programming.dev 24 points 10 hours ago* (last edited 10 hours ago)

9/10 ~~gamblers~~ selfhosters ~~quit~~ upgrade right before ~~hitting the jackpot~~ a major version release

[-] lka1988@lemmy.dbzer0.com 3 points 6 hours ago

I literally just updated mine two days ago 😂

[-] Danitos@reddthat.com 1 points 4 hours ago

Less than 24 hours here lol.

[-] kaitco@lemmy.world 5 points 10 hours ago

Neat! Commenting so I’ll remember to revisit.

[-] avidamoeba@lemmy.ca 7 points 10 hours ago

Sounds like you should self-host Nextcloud with Tasks and Tasks.org on your phone. 😄

[-] BartyDeCanter@piefed.social 2 points 10 hours ago

You mean run TaskWarrior and host a sync server, right?

[-] tofu@lemmy.nocturnal.garden 3 points 10 hours ago

Have you seen the bookmark feature on lemmy?

[-] corsicanguppy@lemmy.ca -1 points 9 hours ago* (last edited 9 hours ago)

Container-free yet? #slsa.dev

this post was submitted on 02 Jul 2026
184 points (99.5% liked)

Selfhosted

60366 readers
739 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