From 313a01320b659b32e3d898e1e86045fb9e60cedc Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 29 Nov 2024 00:18:25 +0900 Subject: [PATCH 1/2] Update docs/faq.md: add an entry about MDAD This is an actual question I asked when I saw "MDAD". Signed-off-by: Suguru Hirahara --- docs/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 74db0e8b9..d8a238dc2 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -121,6 +121,10 @@ Besides Synapse, you'd need other things - a Postgres database, likely the [Elem Using the playbook, you get all these components in a way that works well together out of the box. +### Occasionally I see some people are talking about "MDAD". What is it? + +It is the acronym of us: **m**atrix-**d**ocker-**a**nsible-**d**eploy. + ### What's different about this Ansible playbook compared to [EMnify/matrix-synapse-auto-deploy](https://github.com/EMnify/matrix-synapse-auto-deploy)? This is similar to the [EMnify/matrix-synapse-auto-deploy](https://github.com/EMnify/matrix-synapse-auto-deploy) Ansible deployment, but: From d528ab1822a85e25342b36554562071a63ada168 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 29 Nov 2024 00:53:55 +0900 Subject: [PATCH 2/2] Update docs/faq.md: mention element-docker-demo project by Element Signed-off-by: Suguru Hirahara --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index d8a238dc2..6afd37700 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -197,7 +197,7 @@ The only thing we need on the distro is systemd and Python (we install Docker ou Instead of using [docker-compose](https://docs.docker.com/compose/), we prefer installing systemd services and scheduling those independently. -There are people who have worked on turning this setup into a docker-compose-based one. See these experiments [here](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/64#issuecomment-603164625). +There are people who have worked on turning this setup into a docker-compose-based one. See these experiments [here](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/64#issuecomment-603164625). There is also a demo project ([element-docker-demo](https://github.com/element-hq/element-docker-demo)) by Element. ### Can I run this on a distro without systemd?