David Mehren
David Mehren
Weird. The generated nginx config *definitely* contained a `client_max_body_size` of 50 MB and I first hand-edited [this line](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/roles/custom/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2#L304) in the generated config to 100M, which fixed the issue. This may...
I think I figured it out: We serve client and federation requests on the same port, as laid out in https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/0365fea2fc1a3b481311ce9a9708d41536bec804/docs/configuring-playbook-federation.md#changing-the-federation-port-from-8448-to-a-different-port-to-use-a-cdn-that-only-accepts-44380-ports. This leads to all requests using the `matrix_nginx_proxy_proxy_matrix_client_api_client_max_body_size_mb` value,...
Sorry this was left alone for so long, I just didn't get around to continue working on this. Regarding your comments: I didn't add the option for the AIO Postgres...
@szaimen Could you reopen this PR, or would you prefer for me to open a new one?
Still relevant 🙃
The port of the Postgres container is now also configurable. The shellcheck errors were false positives and are now disabled with an explanatory comment.
I just experienced this issue again and submitted a rageshake with event IDs
I wrote this at work two years ago, but changed jobs in the meantime. So no, this is not maintained anymore, but guess it should still work?
Hi! This is a maubot plugin, you can find instructions on installing that at https://docs.mau.fi/maubot/index.html. You will then need [Pipenv](https://pipenv.pypa.io/en/latest/) to install the dependencies. After `pipenv install` you can run...
I'm happy to merge pull requests for this, but will not actively implement feature requests, as the current state of the plugin fits my use-case.