Update README.md

This commit is contained in:
2026-04-05 13:36:52 +01:00
parent 59e2f79208
commit 2f91423f44

View File

@@ -8,16 +8,19 @@ Serving a static HTML page, acting as the Intranet, providing a quick, user acce
## Architecture Diagram
```mermaid
graph TD
A[Proxmox Host] --> B[Apache Page (LXC)]
A --> C[Jellyfin (Bare-Metal)]
A --> D[Grafana (LXC)]
A --> E[Simply Translate (Docker)]
A --> F[Calibre (VM)]
B --> C
B --> D
B --> E
B --> F
```
```
+----------------+
| Proxmox Host |
+----------------+
|
+------------------+
|Static Apache Page|
| (LXC) |
+------------------+
/ | | \
v v v v
+------------+ +--------+ +----------------+ +--------+ +------------+
| Jellyfin | | Grafana| |Simply Translate| | Calibre| | Other |
|(Bare-Metal)| | (LXC) | | (Docker) | | (VM) | | Services |
+------------+ +--------+ +----------------+ +--------+ +------------+
```