From 85102de47aa4b0114aaf09c9d55f61c5cbb1e8ba Mon Sep 17 00:00:00 2001 From: Mayank Date: Sat, 30 May 2020 13:21:00 +0530 Subject: [PATCH] Add architecture --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 71ea8d2..e9acef7 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,35 @@ If you are looking to run Umbrel on your hardware, you do not need to use this f - [`umbrel-manager`](https://github.com/getumbrel/umbrel-manager) - [`umbrel-middleware`](https://github.com/getumbrel/umbrel-middleware) +**Architecture** + +``` + + -------------------- + + | umbrel-dashboard | + + -------------------- + + | + | + + ------------- + + | nginx | + + ------------- + + | + | + + - - - - - - - - - - - + - - - - - - - - - - - + + | | + | | + + ------------------ + + --------------------- + + | umbrel-manager | < - - - jwt auth - - - | umbrel-middleware | + + ------------------ + + --------------------- + + | + | + + - - - - - - - - + - - - - - - - - + + | | + | | + + ------------- + + ------------- + + | bitcoind | < - - - - - - - - | lnd | + + ------------- + + ------------- + +``` + ## 🛠 Using Compose ### Requirements