Slavi Pantaleev

Results 346 comments of Slavi Pantaleev

We've had a similar request in [matrix-docker-ansible-deploy](https://github.com/spantaleev/matrix-docker-ansible-deploy), so you may wish to [follow the issue there](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/520).

I think the point of this issue is that Helm Chart values (like `core.configureUserSettings`) are exposed. For people doing GitOps, you typically store such configuration in some `values.yml` file or...

As mentioned in #932, we currently don't support more than 1 federation sender worker (if `matrix_synapse_workers_federation_sender_workers_count` is more than 1, `roles/matrix-synapse/tasks/validate_config.yml` will yell at you). We do this because we...

This sounds like something that would work well for most people, so I think we should do it. And then we can provide some samples for how to pull these...

You probably have an `AAAA` DNS record (and thus incoming IPv6 traffic) to your server, but your Docker container networks are not configured for IPv6. When this happens, Docker uses...

I'll add more details as to what the symptoms are. The WeChat service fails to start, reporting an error like this: > ERR Failed to connect to homeserver, retrying in...

My testing showed that `/etc/hosts` entries only seem to make it into the container's `/etc/hosts` if you launch the container with `--net=host`: - `docker run --rm docker.io/alpine:3.13 /bin/sh -c 'cat...

Interesting! What's your `vars.yml` file like (hiding secrets, of course)?

I don't see anything out of the ordinary that should trigger this. Which Docker version are you on? `docker version`.

Not sure why this happens. I've tested on Ubuntu 20.04.1 LTS With Docker 19.03.13, I can't reproduce it. `docker run --network=some-custom-network ..` also leads to the same (no `/etc/hosts` sharing)....