.gitignore | ||
README.md |
A complete Matrix installation
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.
Overview
- Scalable (workers, containers)
- Webclient
- Element Call
- Management with Synapse-Admin
- Moderation with Draupnir
- Consent tracking
- Authentication via OpenID
- Several bridges
Synapse
We'll use Synapse, using the workers architecture and putting it in a container. This will make it scalable, flexible and reusable.
Logging
Logging is configured in log.yaml
. Some logging should go to systemd, the
more specific logging to Synapse's own logfile(s).
TURN
We'll need a TURN server, and we'll use coturn for that. Of course, also in a container.
Wiki
Of course there's a wiki in this repository.