mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 17:33:09 -06:00
update INSTALL diagram
client_data goes to sync-api-server, not room-server.
This commit is contained in:
parent
a389e3a4f6
commit
46e0a660ee
21
INSTALL.md
21
INSTALL.md
|
|
@ -123,17 +123,18 @@ The following contains scripts which will run all the required processes in orde
|
||||||
| /sync +--------------------------+ ||
|
| /sync +--------------------------+ ||
|
||||||
+--------->| dendrite-sync-api-server |<================++
|
+--------->| dendrite-sync-api-server |<================++
|
||||||
| | +--------------------------+ ||
|
| | +--------------------------+ ||
|
||||||
Matrix +------------------+ | | :7773 | ||
|
| | :7773 | ^^ ||
|
||||||
Clients --->| client-api-proxy |---+ +<-----------+ ||
|
Matrix +------------------+ | | | || client_data ||
|
||||||
+------------------+ | | ||
|
Clients --->| client-api-proxy |---+ +<-----------+ ++=============++ ||
|
||||||
:8008 | CS API +----------------------------+ ||
|
+------------------+ | | || ||
|
||||||
|
:8008 | CS API +----------------------------+ || ||
|
||||||
+--------->| dendrite-client-api-server |==++ ||
|
+--------->| dendrite-client-api-server |==++ ||
|
||||||
| +----------------------------+ || ||
|
| +----------------------------+ ||
|
||||||
| :7771 | || ||
|
| :7771 | ||
|
||||||
| | client_data || ||
|
| | ||
|
||||||
+<-----------+ ++=============++ ||
|
+<-----------+ ||
|
||||||
| || ||
|
| ||
|
||||||
| VV ||
|
| ||
|
||||||
| +----------------------+ room_event ||
|
| +----------------------+ room_event ||
|
||||||
+---------->| dendrite-room-server |===============++
|
+---------->| dendrite-room-server |===============++
|
||||||
| +----------------------+ ||
|
| +----------------------+ ||
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue