338
top 31 comments
sorted by: hot top controversial new old
[-] tuckerm@feddit.online 39 points 1 month ago* (last edited 1 month ago)

I love the fact that they produced an installation DVD.

[-] Ugurcan@lemmy.world 3 points 1 month ago

I’m confused tho, isn’t Immich a docker image? What does installer do, install Docker as a dependency?

[-] tuckerm@feddit.online 7 points 1 month ago

There's a photo of the back of the case here, which describes how to use it: https://immich.store/products/immich-retro

So it sounds like it's a bootable Linux image, with Immich already set up on it.

[-] WhyJiffie@sh.itjust.works 2 points 1 month ago

I wonder where will it store the images though

[-] mrl1@jlai.lu 27 points 1 month ago

I love these guys so much, what they are doing is truly incredible. Immich is how I started self hosting and they'll be the first 100 bucks I take off my first big boy paycheck.

[-] artyom@piefed.social 19 points 1 month ago
[-] GreatBlueHeron@piefed.ca 4 points 1 month ago

I know what futo is, but I don't understand what you're asking for here?

[-] artyom@piefed.social 2 points 1 month ago

They have a PeerTube instance but they don't mirror it. They must be uploading them manually for some reason, so they're delayed.

[-] southernbeaver@lemmy.world 15 points 1 month ago

I self host immich and I love it. I just wish Google would leave it's permissions alone and I wouldn't have to interact with it or it's permissions would be revoked.

[-] creation7758@lemmy.ml 6 points 1 month ago

What do you mean? Google is managing the permissions for your self hosted immich?

[-] southernbeaver@lemmy.world 8 points 1 month ago
[-] RaivoKulli@sopuli.xyz 6 points 1 month ago

I have this setting to prevent that

[-] PlutoniumAcid@lemmy.world 9 points 1 month ago

This image is hilariously unhelpful 😂 but we can work it out.

[-] RaivoKulli@sopuli.xyz 2 points 1 month ago* (last edited 1 month ago)

Tbh the pic was just supposed to show that such setting exists at least on my device. It is under app info (long click the app, press (i) and it's there.

[-] NENathaniel@lemmy.ca 1 points 1 month ago

On Samsung phones I believe you can disable this

[-] madjo@feddit.nl 13 points 1 month ago

Ever since the upgrade to 2.0 I've been unable to sync the photos on my phone. "Sync failed, cannot process backup" and I don't know why.

[-] Ugurcan@lemmy.world 6 points 1 month ago
[-] madjo@feddit.nl 1 points 1 month ago

Apparently I have a database issue. It tries two photos and both fail with a foreign key error and then the process stops. I had deleted both photos it initially complained about, but then it complained about the next two. I fear I'm going to have to reinstall.

[-] Tja@programming.dev 4 points 1 month ago

Same for me, but without updating the backend. Probably an app bug.

[-] madjo@feddit.nl 2 points 1 month ago* (last edited 1 month ago)

Went into the app's logs (tap your icon in the upper right corner and choose Logs)

And in my case it's a database issue:

SqliteException(787): while executing statement, FOREIGN KEY constraint failed, constraint failed (code 787) Causing statement: INSERT INTO "remote_exif_entity" ("asset_id", "city", "state", "country", "date_time_original", "description", "height", "width", "exposure_time", "f_number", "file_size", "focal_length", "latitude", "longitude", "iso", "make", "model", "lens", "orientation", "time_zone", "rating", "projection_type") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ON CONFLICT("asset_id") DO UPDATE SET "city" = ?, "state" = ?, "country" = ?, "date_time_original" = ?, "description" = ?, "height" = ?, "width" = ?, "exposure_time" = ?, "f_number" = ?, "file_size" = ?, "focal_length" = ?, "latitude" = ?, "longitude" = ?, "iso" = ?, "make" = ?, "model" = ?, "lens" = ?, "orientation" = ?, "time_zone" = ?, "rating" = ?, "projection_type" = ?, parameters: ffc547f5-78ad-42b9-856b-fdd9df8f6586, placename, state, country, 2025-05-24T14:43:35.000Z, , 1440, 1920, null, null, 3850688, null, 00.0000, 00.0000, null, Apple, iPhone 16 Pro, null, 1, Europe/Brussels, null, null, placename, state, country, 2025-05-24T14:43:35.000Z, , 1440, 1920, null, null, 3850688, null, 00.0000, 00.0000, null, Apple, iPhone 16 Pro, null, 1, Europe/Brussels, null, null.

(redacted lat/long positions a bit)

I think I'm going to reinstall. This issue is over my paygrade.

[-] WhyJiffie@sh.itjust.works 6 points 1 month ago* (last edited 1 month ago)

the log message contains coordinates and city names, you may want to redact it.

also this is a database issue in the app. what version is this? you should probably report it, but with a redacted log line before you publish where you live

[-] madjo@feddit.nl 1 points 1 month ago

the app version is also 2.0.0 on iOS, upgraded from the previous version.

So this isn't a database issue on the server? But one in the app?

[-] WhyJiffie@sh.itjust.works 1 points 1 month ago

yeah, it must be an app issue. log out and reinstall, and then set up the tracked albums again and it should work.

[-] Sunny@slrpnk.net 9 points 1 month ago

This is huge! Been wanting to spin up immich for a good while and this will defo put it higher on my todo list!

[-] peetabix@sh.itjust.works 7 points 1 month ago

Is it possible to use Immich without Docker?

[-] WhyJiffie@sh.itjust.works 4 points 1 month ago

surely. check the file named Dockerfile in their git repo, it basically holds the installation instructions.

[-] floquant@lemmy.dbzer0.com 3 points 1 month ago

Should be, but why?

[-] rollerbang@lemmy.world 2 points 1 month ago

There's no reason there wouldn't be a possibility. Maybe more effort, but simply duplicate what it does. Or launch in Docker and analyze how it's done, then reproduce.

[-] electric_nan@lemmy.ml 1 points 1 month ago

I run it with Yunohost.

[-] WhyJiffie@sh.itjust.works 1 points 1 month ago

surely. check the file named Dockerfile in their git repo, it basically holds the installation instructions.

[-] guynamedzero@piefed.zeromedia.vip 4 points 1 month ago

Coincidentally I set up Immich yesterday without even knowing this happened!

this post was submitted on 03 Oct 2025
338 points (100.0% liked)

Selfhosted

52711 readers
183 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS