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**: My `vars.yml` file looks like this: ```yaml matrix_domain: matrix_homeserver_implementation: synapse matrix_homeserver_generic_secret_key: '' matrix_playbook_reverse_proxy_type: playbook-managed-traefik traefik_config_certificatesResolvers_acme_email: '' traefik_version: v3.3.1 traefik_config_log_level: WARN postgres_connection_password: '' matrix_synapse_admin_enabled: true matrix_coturn_turn_static_auth_secret: '' matrix_homeserver_generic_secret_key: ''...

question

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when […] I can't monitor my...

suggestion

The docs claim that federation support is required for JWT. https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/0aeb9a6b14b420731a5e1d510fd9bb6eab798b00/docs/configuring-playbook-element-call.md?plain=1#L19 The openid verification endpoint is indeed part of the federation API. However synapse also supports [configuring a separate listener](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html?highlight=listeners#listeners)...

suggestion

This PR intends to update the migration guide based on my own experience. During migration I've scratched my head for the federation API port not being available, and it turned...

docs

# Problem description An example file to have NGM (Nginx Proxy Manager) is currenlty available here : https://github.com/spantaleev/matrix-docker-ansible-deploy/tree/master/examples/reverse-proxies/nginx-proxy-manager This file describes a setup that cannot be donne with the current...

bug

For https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3841 This commit implements a GitHub Action to update translation files with the PR automatically created on behalf of "github-actions[bot]". Used actions: - https://github.com/marketplace/actions/checkout - https://github.com/marketplace/actions/setup-python - https://github.com/marketplace/actions/astral-sh-setup-uv -...

**Describe the bug** I enabled the bot following the official [documentation](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-bot-matrix-reminder-bot.md). However, the bot fails to start, and the service logs indicate a configuration issue. Below is the error output...

bug
upstream

**Describe the bug** Running git pull && just roles && just setup-all with matrix_synapse_usage_exporter_enabled: true set in my vars.yml Output: TASK [custom/matrix-synapse-usage-exporter : Ensure synapse-usage-exporter repository is present on self-build]...

bug