From b046c64e01025ced8b1caf01fbbdaa82fc48f37b Mon Sep 17 00:00:00 2001 From: Guillem Borrell Nogueras Date: Wed, 3 Aug 2022 09:02:40 +0200 Subject: [PATCH] Add the general architecture diagram --- The-Lab.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/The-Lab.md b/The-Lab.md index 79c9e64..933ae06 100644 --- a/The-Lab.md +++ b/The-Lab.md @@ -1 +1,13 @@ -How I'm building my personal lab. \ No newline at end of file +How I'm building my personal lab. + +``` + ┌───────────────────────────┐ ┌──────────────────────────┐ + │ Very small and cheap VM │ │ My home server │ + │ │ │ │ + │ │ │ │ +┌─────┐ │ ┌───────┐ ┌─────────┐ │ │ ┌─────────┐ ┌────────┐ │ +│ You ├──────────┼──► Caddy ├──► Rathole ├───┼────────────┼─► Rathole ├───► Docker │ │ +└─────┘ │ └───────┘ └─────────┘ │ │ └─────────┘ └────────┘ │ + │ │ │ │ + └───────────────────────────┘ └──────────────────────────┘ +```