Hi Reza.
Please take a look:
[ https://github.com/apache/guacamole-client/pull/489 ->
github.com/apache/guacamole-client/pull/489 ]
Please vote:
[ https://issues.apache.org/jira/browse/GUACAMOLE-1005 ->
issues.apache.org/jira/browse/GUACAMOLE-1005 ]
Greetings
Stefan
----------------ursprüngliche Nachricht-----------------
Von: Reza ISSANY [[email protected] ]
An: [email protected]
Datum: Thu, 03 Mar 2022 12:12:44 +0100
----------------------------------------------------------
Hi,
Forgive me for my bad english. I'm running guacamole/guacd using
docker. The guacamole container is running behind traefik.
When looking at the connection logs, the remote host IP is the traefik one.
I've found this in documentation:
internalProxies="127.0.0.1" remoteIpHeader="x-forwarded-for"
remoteIpProxiesHeader="x-forwarded-by"
protocolHeader="x-forwarded-proto"
How can I configure that in docker compose ? I've tried to configure
the trustedIps in traefik without success.
Thanks in advance for your help.
---