- Configure your reverse proxy to proxy requests to
127.0.0.1:PORT
and then follow the instructions for using SSL certificates with said proxy. - Ensure the TURN server can be connected to from the outside.
- Ensure the
X-Forwarded-For
header is set for every proxied request and contains the IP of the client. - Ensure that filedrop is configured with
WS_USE_X_FORWARDED_FOR=1
(or-f
argument withdocker-start.sh
)