mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23: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 +--------------------------+ ||
|
||||
+--------->| dendrite-sync-api-server |<================++
|
||||
| | +--------------------------+ ||
|
||||
Matrix +------------------+ | | :7773 | ||
|
||||
Clients --->| client-api-proxy |---+ +<-----------+ ||
|
||||
+------------------+ | | ||
|
||||
:8008 | CS API +----------------------------+ ||
|
||||
| | :7773 | ^^ ||
|
||||
Matrix +------------------+ | | | || client_data ||
|
||||
Clients --->| client-api-proxy |---+ +<-----------+ ++=============++ ||
|
||||
+------------------+ | | || ||
|
||||
:8008 | CS API +----------------------------+ || ||
|
||||
+--------->| dendrite-client-api-server |==++ ||
|
||||
| +----------------------------+ || ||
|
||||
| :7771 | || ||
|
||||
| | client_data || ||
|
||||
+<-----------+ ++=============++ ||
|
||||
| || ||
|
||||
| VV ||
|
||||
| +----------------------------+ ||
|
||||
| :7771 | ||
|
||||
| | ||
|
||||
+<-----------+ ||
|
||||
| ||
|
||||
| ||
|
||||
| +----------------------+ room_event ||
|
||||
+---------->| dendrite-room-server |===============++
|
||||
| +----------------------+ ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue