Slavi Pantaleev
Slavi Pantaleev
`matrix_nginx_proxy_proxy_matrix_federation_api_client_max_body_size_mb` is defined in terms of `matrix_nginx_proxy_proxy_matrix_client_api_client_max_body_size_mb` like this: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/0365fea2fc1a3b481311ce9a9708d41536bec804/roles/custom/matrix-nginx-proxy/defaults/main.yml#L339 While `matrix_nginx_proxy_proxy_matrix_client_api_client_max_body_size_mb` is hardcoded to 50 MB: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/0365fea2fc1a3b481311ce9a9708d41536bec804/roles/custom/matrix-nginx-proxy/defaults/main.yml#L300-L301 ---- So, `matrix_nginx_proxy_proxy_matrix_federation_api_client_max_body_size_mb` is effectively 150 MB, not 50 MB. However, maybe...
You could open a PR if you'd like! Also, note that how we reverse-proxy to Synapse will change very soon, in an effort to address https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090 > But maybe this...
It should be, but.. no one has spent the time to do it yet. Also see: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1473
I wonder if we should be installing these collections ourselves or let the user's Ansible distribution do it. On Archlinux, the `ansible` package installs some 50+ collections already, so nothing...
Do you think this works well enough to be merged now? As for various problems with bridging.. I wonder if the bridge is fully-featured or stable enough for us to...
That's nice! Thanks for adding support for SSE-C! Let's wait for the upstream PR to get merged before merging this. --- On a related note, I personally don't see data...
Is the 1.1.2 release likely to happen soon? We could just wait for that and not have separate code paths or people stuck on the custom `git` version afterwards.
What's wrong with display names? Is it an upstream problem or some misconfiguration? Do upstream report them as working?
To add a new bridge: - add a new role to `roles/` - you can use one of the many existing bridge roles for inspiration - add some more variables...