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 427 matrix-docker-ansible-deploy issues
Sort by recently updated
recently updated
newest added

**Describe the bug** MAS installation fails when following config is used **To Reproduce** My `vars.yml` file looks like this: ```yaml matrix_authentication_service_enabled: true matrix_authentication_service_migration_in_progress: true matrix_synapse_oidc_enabled: true ``` The issue is...

bug

**Describe the bug** A clear and concise description of what the bug is. Hello, trying to update Grafana to last version v12.2.0 (Release Date: September 24, 2025) tagging the version...

bug

**Describe the bug** ``` TASK [galaxy/docker_sdk_for_python : Ensure epel-release is installed on RedHat > 7] *********************************************************** ok: [hc-de-prd-matrix1] TASK [galaxy/docker_sdk_for_python : Ensure Docker SDK for Python is installed on RedHat...

bug

**Describe the bug** I added matrix_element_admin_enabled: true to use the element admin console. I can visit the login (https://admin.element.example.de/login) page, it renders correctly, but I get this: ``` Quellübergreifende (Cross-Origin)...

bug

**Describe the bug** Having `matrix_synapse_ext_encryption_disabler_patch_power_levels` set to `true` with the latest matrix spec updates for Rooms v12 causes an error while creating direct message rooms with other users in the...

bug

**Describe the bug** When running the playbook on my machine, it fails loading the locally installed Python passlib library. **Expected behavior** It should use my locally installed passlib to create...

bug
upstream

There is the https://github.com/matrix-hacks/matrix-puppet-bridge suite, which has a lot of amazing bridges (imessage, facebook, slack, signal, hangouts, skype, mattermost). I wonder how much they generalize and if somehow all of...

suggestion

My thinking is that it would be more fitting to have documentation related to ansible configuration removed from the [`hosts` example](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/examples/hosts) and instead keep it all in [/docs/ansible.md](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/ansible.md) for increased...

suggestion
docs

baibot is logging these errors ``` Sep 06 05:35:42 venus matrix-bot-baibot[4449]: 2025-09-06T03:35:42.602208Z ERROR ThreadId(06) matrix_sdk::encryption: /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matrix-sdk-0.13.0/src/encryption/mod.rs:1707: Couldn't setup and resume recovery Sdk(Http(Reqwest(reqwest::Error { kind: Request, url: "http://matrix-traefik:8008/_matrix/client/v3/user/@baibot:xxx.xxx/account_data/m.secret_storage.d> Sep 06 05:35:42...

bug

You can feel free to close this if it's out of scope, but since I had to make it for my own purposes anyways I figured there's no harm in...