matrix-docker-ansible-deploy icon indicating copy to clipboard operation
matrix-docker-ansible-deploy copied to clipboard

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

Results 396 matrix-docker-ansible-deploy issues
Sort by recently updated
recently updated
newest added

**Playbook Configuration**: irrelevant **Matrix Server:** irrelevant **Ansible:** irrelevant **Problem description**: https://matrix.org/blog/2024/11/15/this-week-in-matrix-2024-11-15/ says: > Work on Sliding Sync – which provides a significantly faster and more scalable sync experience in Matrix...

suggestion

**Describe the bug** A clear and concise description of what the bug is. My homeserver is IPv6 only, the machine is dualstack but only ipv6 is public and part of...

bug

**Is your feature request related to a problem? Please describe.** I like detailed information on https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/prerequisites.md about which programs need to be installed, but I think it would be better...

suggestion
docs

Has anyone as of yet looked into supporting sydent? Would it make sense to support it, given recent privacy changes to synapse and riot, and with regard to mxisd's zombie...

suggestion

**Is your feature request related to a problem? Please describe.** In order to welcome contributions from a lot of people, I would like to suggest to create a contribution guide....

suggestion
docs

https://dba.stackexchange.com/questions/279232/how-to-predict-how-much-space-a-vacuum-full-would-reclaim

suggestion

As discussed in https://github.com/matrix-org/synapse/issues/9475, synapse has recently introduced the `ip_range_blacklist` parameter, disabling all kinds of communications with IP ranges defined there. According to https://github.com/matrix-org/synapse/blob/e9f2ad86034d27068941379f678e19bf280ed308/docs/sample_config.yaml#L212 it defaults to: ``` #ip_range_blacklist: #...

bug

Due to the fact that the name is using the port to count up it results in fed sender workers having the same worker_name as it is always port 0....

bug

As per synapse 1.27.0rc1 open id connect callback URI changed to `/_synapse/client/oidc` from `/_synapse/oidc`: https://github.com/matrix-org/synapse/blob/develop/CHANGES.md#synapse-1270rc1-2021-02-02 https://github.com/matrix-org/synapse/pull/9288 Currently this playbook uses separate `/_synapse/oidc` path location forwarding flag: `matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_oidc_api_enabled` Now this can...

bug

The `federation_sender_instances` from https://github.com/matrix-org/synapse/blob/develop/docs/workers.md#synapseappfederation_sender is missing when using more than 1 sender. This is an invalid config according to the documentation

bug