small_server_thingies/immich/setup.md

12 lines
726 B
Markdown
Raw Permalink Normal View History

2025-05-15 20:10:54 +02:00
# 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.