Browse Source

Merge pull request #17 from mayankchhabra/readme

Add architecture to README
patch-1
Mayank Chhabra 5 years ago
committed by GitHub
parent
commit
b9e8446a03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 29
      README.md

29
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

Loading…
Cancel
Save