diff --git a/README.md b/README.md index 63d3aba..d344975 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,35 @@ MyJekyllBlog is a project to provide a SaaS web interface to Jekyll backed with a CMS and web hosting infrastructure. +## Meet The Servers + +```mermaid +graph TD + subgraph Panel[Panel Server] + panel_a(Hosts MJB::Web WebApp) + end + subgraph Build[Build Server] + build_a[Hosts MJB::Web WebApp] + end +``` + +```mermaid +graph TD + subgraph Store[Store Server] + store_a[Hosts MJB::Web WebApp] + end + subgraph CertBot[CertBot Server] + certbot_a[Hosts MJB::Web WebApp] + end +``` + +```mermaid +graph TD + subgraph webserver[Web Server] + webserver_a[Hosts MJB::Web WebApp] + end +``` + ## What are the systems?