this post was submitted on 02 Jul 2026
263 points (98.9% liked)

Selfhosted

60543 readers
820 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.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] avidamoeba@lemmy.ca 6 points 6 days ago

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.

[–] Fmstrat@lemmy.world 6 points 6 days ago (1 children)

I just want it to not delete things of NFS goes down.

[–] WhyJiffie@sh.itjust.works 1 points 4 days ago (1 children)

I just want it to not delete things of NFS goes down.

that's a pretty bad flaw. mounts could disappear for many reasons, not only NFS but any kind of mount.

[–] Fmstrat@lemmy.world 1 points 4 days ago

Yea, Iove Immich, but this almost got me. It moves them to trash unless the volume comes back in 30 days. If 30 days go by, you lose all metadata, scanned people, etc. I was out of town when it happened.

[–] Decronym@lemmy.decronym.xyz 5 points 6 days ago* (last edited 2 days ago)

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 13 acronyms.

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

[–] Squizzy@lemmy.world 5 points 6 days ago (1 children)
[–] ID10T@programming.dev 4 points 6 days ago (1 children)

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”.

[–] Squizzy@lemmy.world 2 points 6 days ago

Brilliant thank you, I thought it was some AI site because I keep hearing it in context of new models. IFTTT essentially.

[–] Alfredolin@sopuli.xyz 3 points 6 days ago (1 children)

Where is the f-droid client update that belongs to it?

[–] Alfredolin@sopuli.xyz 6 points 6 days ago

WARNING: current f-droid version is not compatible with latest server version!!

No extra repo and f-droid basic repo does not have it. I took it through obtainium and so had to delete/download the app and redo my settings...

[–] justme@lemmy.dbzer0.com 0 points 5 days ago

wait.. there was a v2.* ? feels like yesterday that i read about the release and wanted to check it out since

[–] chris@lemmy.grey.fail 0 points 5 days ago (1 children)

Quick question -- why's the official Docker compose using a PostgreSQL image four versions out of date? I'm running postgres:18 everywhere else, these days.

https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

  database:
    container_name: immich_postgres
    image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0
[–] suzune@ani.social 3 points 5 days ago

It uses an unusual PostgreSQL extension. Maybe an update is not that trivial.

[–] uuj8za@piefed.social 32 points 1 week ago (7 children)

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.

[–] jumponboard@lemmy.world 1 points 6 days ago

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.

[–] Appoxo@lemmy.dbzer0.com 1 points 6 days ago

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.

[–] BartyDeCanter@piefed.social 22 points 1 week ago (2 children)

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.

[–] helix@feddit.org 2 points 2 days ago

For Android there's PhotoSwooper which works somewhat similar @uuj8za@piefed.social

load more comments (1 replies)
load more comments (4 replies)
[–] Mereo@lemmy.ca 21 points 1 week ago (6 children)

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

[–] avidamoeba@lemmy.ca 29 points 1 week ago

Wait for 3.0.3 and then the emergency 3.0.4. 😅

load more comments (4 replies)
[–] avidamoeba@lemmy.ca 17 points 1 week ago (5 children)
[–] uuj8za@piefed.social 11 points 1 week ago (1 children)

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 14 points 1 week 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.

load more comments (4 replies)
[–] Pika@sh.itjust.works 13 points 1 week ago* (last edited 1 week ago) (2 children)

As an FYI to people who are upgrading and use a preexisting postgres database If you still use pgvectors.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.

[–] Appoxo@lemmy.dbzer0.com 1 points 6 days ago (1 children)

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.

[–] Pika@sh.itjust.works 2 points 6 days ago* (last edited 6 days ago)

I'm not sure, I was running 2.7.5 myself but i am not sure what version of immich I started with. I don't think this would effect fully docker setups much anyway. 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.

load more comments (1 replies)
[–] anon_8675309@lemmy.world 12 points 1 week ago (13 children)

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

load more comments (13 replies)
load more comments
view more: next ›