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.