grut
grut
IImmich
Created by grut on 8/4/2023 in #help-desk-support
Saving logs to file?
I'm trying to save the containers logs to files (specifically the immich_server)... I was trying replacing the command in the docker file with something like
/bin/sh -c "mkdir -p /log &&
start.sh immich 2>&1 |
tee /log/immich_server.log"
/bin/sh -c "mkdir -p /log &&
start.sh immich 2>&1 |
tee /log/immich_server.log"
But the container won't start.. Any idea how i can do that?
7 replies
IImmich
Created by grut on 8/1/2023 in #help-desk-support
Can't get IP address on failed login
Hi Folks, I'm trying to setup crowdsec for my immich instance. But, in the immich server logs, i can't get the IP address on failed login. When i failed a login, I only get the following message: [Nest] 7 - 08/01/2023, 8:09:32 PM WARN [AuthService] Failed login attempt for user qdds@fkz.com from ip address undefined For information, Im using traefik as reverse proxy. I tried with the traefik/whoami container to check the headers passed by the proxy, where i can see X-Real-IP or X-Forwarded-For with my IP. However no luck in the immich server container. Any idea how to solve this issue? Thanks!
15 replies