immich notes

This commit is contained in:
counterweight 2025-05-15 20:10:54 +02:00
parent b035508c3e
commit 5d92c7734f
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

11
immich/setup.md Normal file
View file

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