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

The update to `3.0` brings with it that it now uses MediaProxy.

help-wanted

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/element-hq/synapse](https://matrix.org/docs/projects/server/synapse) ([source](https://redirect.github.com/element-hq/synapse)) | minor | `v1.130.0` -> `v1.131.0` | --- > [!WARNING] > Some dependencies...

dependencies

Introduce __matrix_prometheus_traefik_exporter_enabled__ variable. Setting it to `true` enables export [Traefik metrics](https://doc.traefik.io/traefik/observability/metrics/prometheus) to Prometheus and adds Grafana dashboard for them.

needs-rebase

Hi everyone, I have a problem since migrating from Synapse to MAS. User login is functional. However, I can't reactivate registration via Synapse. I get this error message saying “Registration...

question

**Describe the bug** tldr: Deployment blocks port 443 in nftables. For a few days now our server doesn't work. I looked into it and no connection to the port 443...

bug

**Matrix Server:** - OS: Raspbian Bookworm - Architecture arm64 **Ansible:** If your problem appears to be with Ansible, tell us: - where you run Ansible — on the server itself...

question
stale

Error: MISSING_MATRIX_RTC_FOCUS Hello, I am running Synapse 1.127.1 and wanted to install and try out Element Call. I did this using the matrix-docker-ansible-deploy Playbook. There were no errors, and everything...

question

Should speed up playbook execution significantly for most users. While pipelining is already enabled and reduces per-task work inside each SSH session, ControlPersist reduces the cost of establishing SSH sessions...

**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml --- matrix_domain: hermannblum.net matrix_homeserver_implementation: dendrite matrix_homeserver_generic_secret_key: '' devture_systemd_docker_base_ipv6_enabled: true matrix_playbook_reverse_proxy_type: playbook-managed-traefik postgres_connection_password: '' matrix_appservice_double_puppet_enabled: true matrix_client_element_enabled: false matrix_mautrix_slack_enabled: true matrix_static_files_container_labels_base_domain_enabled: true...

question