Structure for Synapse documentation added.
This commit is contained in:
parent
71890f521a
commit
ef96f98615
|
@ -28,6 +28,9 @@ tracking](https://element-hq.github.io/synapse/latest/consent_tracking.html)
|
||||||
|
|
||||||
We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable.
|
We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable.
|
||||||
|
|
||||||
|
Installation and configuration are documented under `synapse`, "monolithic"
|
||||||
|
for the standard installation, and "workers" for the advanced configuration.
|
||||||
|
|
||||||
|
|
||||||
## Logging
|
## Logging
|
||||||
|
|
||||||
|
|
10
synapse/monolithic/README.md
Normal file
10
synapse/monolithic/README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
|
||||||
|
# Standard, monolithic configuration
|
||||||
|
|
||||||
|
This configuration will be enough for most installations.
|
||||||
|
|
||||||
|
|
11
synapse/workers/README.md
Normal file
11
synapse/workers/README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
gitea: none
|
||||||
|
include_toc: true
|
||||||
|
---
|
||||||
|
|
||||||
|
# Advanced configuration with workers
|
||||||
|
|
||||||
|
This configuration allows optimizing performance, meant for big, busy
|
||||||
|
installations.
|
||||||
|
|
||||||
|
|
Reference in a new issue