From 5d92c7734f932d7122de0866243a646b808ed908 Mon Sep 17 00:00:00 2001 From: counterweight Date: Thu, 15 May 2025 20:10:54 +0200 Subject: [PATCH] immich notes --- immich/setup.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 immich/setup.md diff --git a/immich/setup.md b/immich/setup.md new file mode 100644 index 0000000..310b6ce --- /dev/null +++ b/immich/setup.md @@ -0,0 +1,11 @@ +# Immich setup + +* I'm following this: + + https://immich.app/docs/install/docker-compose +* I've installed the project in the Barracuda HDD +* Next I'm following this: + + https://immich.app/docs/install/post-install +* Works just fine. I'll stick to the admin user for my own stuff +* Next, I set up networking. The usual reverse proxy. Works fine. +* Installed Android app, links easy. +* Okay, only issue I had was that the backup from the graphene gallery to immich was failing silently. I quickly imagined it was an issue with nginx limiting upload sizes (I had a video that was 150Mb heavy). I changed the `client_max_body_size` in the `location` entry for Immich's `server` entry and raised it to 2gb. Then stuff works fine.