Removed mention of containers/Docker.

This commit is contained in:
Hans van Zijst 2024-10-22 17:24:37 +02:00
parent 6e29cfa07e
commit 71890f521a
Signed by untrusted user: hans
GPG key ID: 43DBCC37BFDEFD72

View file

@ -8,12 +8,11 @@ include_toc: true
This is going to be a Matrix installation with all bells and whistles. Not
just the server, but every other bit that you need or want.
We're building it with workers, so it will scale. Everything will be in
containers, so all parts can be maintained individually.
We're building it with workers, so it will scale.
## Overview
* Scalable ([workers](https://element-hq.github.io/synapse/latest/workers.html), containers)
* Scalable: [workers](https://element-hq.github.io/synapse/latest/workers.html)
* Webclient
* Element Call
* Management with [Synapse-Admin](https://github.com/Awesome-Technologies/synapse-admin)
@ -27,8 +26,8 @@ tracking](https://element-hq.github.io/synapse/latest/consent_tracking.html)
# Synapse
We'll use Synapse, using the workers architecture and putting it in a
container. This will make it scalable, flexible and reusable.
We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable.
## Logging
@ -39,8 +38,8 @@ more specific logging to Synapse's own logfile(s).
# TURN
We'll need a TURN server, and we'll use
[coturn](https://github.com/coturn/coturn) for that. Of course, also in a
container.
[coturn](https://github.com/coturn/coturn) for that.
# Wiki