Removed mention of containers/Docker.
This commit is contained in:
parent
6e29cfa07e
commit
71890f521a
13
README.md
13
README.md
|
@ -8,12 +8,11 @@ include_toc: true
|
||||||
This is going to be a Matrix installation with all bells and whistles. Not
|
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.
|
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
|
We're building it with workers, so it will scale.
|
||||||
containers, so all parts can be maintained individually.
|
|
||||||
|
|
||||||
## Overview
|
## 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
|
* Webclient
|
||||||
* Element Call
|
* Element Call
|
||||||
* Management with [Synapse-Admin](https://github.com/Awesome-Technologies/synapse-admin)
|
* 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
|
# Synapse
|
||||||
|
|
||||||
We'll use Synapse, using the workers architecture and putting it in a
|
We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable.
|
||||||
container. This will make it scalable, flexible and reusable.
|
|
||||||
|
|
||||||
## Logging
|
## Logging
|
||||||
|
|
||||||
|
@ -39,8 +38,8 @@ more specific logging to Synapse's own logfile(s).
|
||||||
# TURN
|
# TURN
|
||||||
|
|
||||||
We'll need a TURN server, and we'll use
|
We'll need a TURN server, and we'll use
|
||||||
[coturn](https://github.com/coturn/coturn) for that. Of course, also in a
|
[coturn](https://github.com/coturn/coturn) for that.
|
||||||
container.
|
|
||||||
|
|
||||||
# Wiki
|
# Wiki
|
||||||
|
|
||||||
|
|
Reference in a new issue