Update README.md
This commit is contained in:
29
README.md
29
README.md
@@ -8,16 +8,19 @@ Serving a static HTML page, acting as the Intranet, providing a quick, user acce
|
|||||||
|
|
||||||
## Architecture Diagram
|
## Architecture Diagram
|
||||||
|
|
||||||
```mermaid
|
```
|
||||||
graph TD
|
+----------------+
|
||||||
A[Proxmox Host] --> B[Apache Page (LXC)]
|
| Proxmox Host |
|
||||||
A --> C[Jellyfin (Bare-Metal)]
|
+----------------+
|
||||||
A --> D[Grafana (LXC)]
|
|
|
||||||
A --> E[Simply Translate (Docker)]
|
+------------------+
|
||||||
A --> F[Calibre (VM)]
|
|Static Apache Page|
|
||||||
|
| (LXC) |
|
||||||
B --> C
|
+------------------+
|
||||||
B --> D
|
/ | | \
|
||||||
B --> E
|
v v v v
|
||||||
B --> F
|
+------------+ +--------+ +----------------+ +--------+ +------------+
|
||||||
```
|
| Jellyfin | | Grafana| |Simply Translate| | Calibre| | Other |
|
||||||
|
|(Bare-Metal)| | (LXC) | | (Docker) | | (VM) | | Services |
|
||||||
|
+------------+ +--------+ +----------------+ +--------+ +------------+
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user