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 ## 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 |
+------------+ +--------+ +----------------+ +--------+ +------------+
```