master
Kaitlyn Parkhurst 3 years ago
parent f545f74234
commit b3d1bfc180
  1. 29
      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. 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? ## What are the systems?

Loading…
Cancel
Save