Replies: 1 comment
-
|
Anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All;
I've been banging my head on a wall with this. I can not get the external IP address to resolve/display in the Immich Logs, for Fail2Ban to ban the correct IP. Fail2Ban only sees the docker container IP.
Setup;
If I remove the customer proxy header stuff (from the reverse proxy docs above), the "server online" changes to "server offline" however the correct external IP address is passed to the logs thus Fail2Ban.
But why? I want "server online" to be present, and for the external IP to be passed to the logs.
What have I done wrong to my setup? (some data below);
Thanks
Immich-Server Docker;
Nginx Proxy Manager Docker;
Nginx Proxy setup;
Direct from the immich reverse proxy docs website.
Host system log file from
/var/log/syslogwhich shows the Immich docker containers network gateway; 172.21.0.1 (4x Immich docker containers are 172.21.0.2->5)Beta Was this translation helpful? Give feedback.
All reactions