diff --git a/architecture.md b/architecture.md index fd944df42..8979a6e1f 100644 --- a/architecture.md +++ b/architecture.md @@ -21,4 +21,5 @@ Xen Orchestra itself is built as a modular solution. Each part has its role: - the Web interface is in "[xo-web](https://github.com/vatesfr/xo-web)": you are running it directly in your browser. The connection with "xo-server" is done via *WebSockets*. - "[xo-cli](https://github.com/vatesfr/xo-cli)" is a module allowing to send commands directly from the command line. + We already have other modules around it (like the LDAP plugin for example). It allows to use this modular architecture to add further parts later. It's completely flexible, allowing us to adapt Xen Orchestra in every existing work-flow. \ No newline at end of file