From 9adff8c49bddef0fa7a14fa4d439d1f0d489755e Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 31 Jul 2023 03:53:15 -0700 Subject: [PATCH] Update README.md Signed-off-by: Tommy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d591329..6c051f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Synapse-Docker-Compose Matrix Synapse Docker-Compose +No longer maintained as we switched to a bare metal setup on Ubuntu + ZFS. For a large server, the I/O is too high so we need to optimize performance as much as we can. + 1. Update `docker-compose.yml` 2. Update the hostname in `swag/nginx/proxy-confs/synapse.subdomain.conf`, `swag/nginx/proxy-confs/element.subdomain.conf`, and `swag/nginx/proxy-confs/matrix-to.subdomain.conf` approprieately. 3. Run `docker-compose run --rm -e SYNAPSE_SERVER_NAME=yourdomain.tld -e SYNAPSE_REPORT_STATS=no synapse generate`