From b3d1bfc180d210443fb22c0f64e2c0d2f7fe8e1e Mon Sep 17 00:00:00 2001 From: Kaitlyn Parkhurst Date: Fri, 18 Nov 2022 23:06:57 -0800 Subject: [PATCH] Docs --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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?