Saarko

Results 47 comments of Saarko

@AceThreeTech Can you please set in your `eturnal.yml` ```yaml eturnal: relay_ipv4_addr: "10.0.1.1" # Your server's local IPv4 address. whitelist_peers: - "10.0.1.1" # Your server's local IPv4 address. [...] # rest...

Thanks for the feedback. Glad it works. It does not work the other way with the public NAT IP address being specified, because clients connecting from the internet can reach...

I think it should be possible to package that script in the running container. However, you should actually also be able to mount the script with a compose in the...

Let me know if it worked 👍

```shell url='https://ifconfig.co/ip' wget -q -4 -O - $url ``` That should work with `wget`

I run the module myself, although with `minio`. From ejabberd side there is no specific need to open additional ports or anything, but to install and configure the module. I...

Thanks for your quick answer. In my cargo.toml, I had features set to `full`. Practically I should only have features required `["quic", "kad", "mdns", "noise"]`. Haven't narrowed it down yet....