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

**Matrix Server:** - OS: Ubuntu 22.04 - Architecture amd64 **Problem description**: Unfortunately I managed to brick my Matrix server when trying to get OIDC to work. The services appears to...

**Playbook Configuration**: My `vars.yml` file looks like this: ```yaml --- # The bare domain name which represents your Matrix identity. # Matrix user ids for your server will be of...

**Describe the bug** A clear and concise description of what the bug is. After doing a basic setup where the only deviation is "Using your own webserver"/using traefik I manage,...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/spantaleev/matrix-docker-ansible-deploy). ## Ignored or Blocked The following updates...

dependencies

I'm using a different port on ssh so I added `ansible_port=X` to `inventory/hosts` but I can't install and I suspect it's related to encrypted HD on the server. I am...

**Is your feature request related to a problem? Please describe.** Mautrix Double Puppeting can be configured via an shared appservice (https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new). It's not available for all bridges, but at least...

**Is your feature request related to a problem? Please describe.** Dendrite currently does not have a way to delete local or remote media to save storage. **Describe the solution you'd...

I have deployed the matrix synapse server following the steps highlighted [here](https://github.com/spantaleev/matrix-docker-ansible-deploy). I want to register a new client using this endpoint ``/_matrix/client/v3/register`` with this payload: `` { "auth": {...

As described [here](https://github.com/mautrix/signal/issues/388) using `v0.4.3` (as used by the playbook) will not let new signal-bridge-users link a device. Upstream advice is to use main branch which would be `:latest` but...

**Describe the bug** While upgrading from commit "3dc77c4f9a1277f2338f2cd3664186fd94b93292" (version bump to Synapse 1.96.1) to commit `9e35ceee910324da658ac93811acc6a16301a74f` (upgrade Traefik), I received the ansible error `undefined variable` for "devture_systemd_docker_base_container_stop_grace_time_seconds". ```bash TASK [galaxy/redis...