stuff/homeservers/Immich.md
2025-04-14 21:56:18 +02:00

516 B

Compose file:

compose.yaml

For immich I added a dedicated user:

sudo useradd immich

This creates a /home/immich directory. We neet to run cat /etc/passwd to get the id of the user.

Unfortunately, I have not been able to use the user id for the containers, so everything is written as root. I'm still using /home/immich, but all the files are written there as root.

Eventually I might use podman but I don't know enough about it yet to get comfortable with it.