Saarko
Saarko
Although not recommended from Docker best practices, could you give it a try to run it in the host network instead with Docker port forwarding? (although I am not convinced...
Hm.. I will need to test it myself locally, because I do not spot anything obvious in your configuration. You may also try https://github.com/processone/eturnal/blob/master/doc/CONTAINER.md which uses the same `stun` library...
@zinid will look into the container tonight.
This task is probably still blocked by the issue https://github.com/processone/ejabberd/issues/4178#issuecomment-2135264508 , because the OS packages do not ship the patched Erlang.
Hello, I am not intending to compete with the official image, however, for https://github.com/sando38/helm-ejabberd I use a custom image which includes the `ejabberd_auth_http` module: ```yml version: '3' services: ejabberd: image:...
Cool, the only thing [which will not work](https://github.com/badlop/ejabberd/commit/eaaf41ca4d2dd3ae9f4416b1a86ce1ee8ba11789) is the specification of the `OTP_VSN`, because Wolfi OS packages only contain the major version in their package name: https://github.com/wolfi-dev/os/blob/main/erlang-27.yaml So you...
Hello, thanks for the feedback. I have a different dashboard running currently. could you please see if this one has no conflicts? It is not the same as in the...
I do not think, that `systemd` is anywhere involved here, because you said you run it in a container. Either `Docker`, `Podman` or any other orchestrator. A `SIGTERM` would be...
That is possible, but not in the way you would think of. The TURN server would relay the traffic to itself. It would look like: - Client A connects via...