Update README.md

This commit is contained in:
2026-04-05 13:39:09 +01:00
parent 2f91423f44
commit a2f0f9c296

View File

@@ -9,18 +9,18 @@ Serving a static HTML page, acting as the Intranet, providing a quick, user acce
## Architecture Diagram ## Architecture Diagram
``` ```
+----------------+ +----------------+
| Proxmox Host | | Proxmox Host |
+----------------+ +----------------+
| |
+------------------+ +------------------+
|Static Apache Page| |Static Apache Page|
| (LXC) | | (LXC) |
+------------------+ +------------------+
/ | | \ / | | \
v v v v v v v v
+------------+ +--------+ +----------------+ +--------+ +------------+ +------------+ +--------+ +----------------+ +--------+ +------------+
| Jellyfin | | Grafana| |Simply Translate| | Calibre| | Other | | Jellyfin | | Grafana| |Simply Translate| | Calibre| | Other |
|(Bare-Metal)| | (LXC) | | (Docker) | | (VM) | | Services | |(Bare-Metal)| | (LXC) | | (Docker) | | (VM) | | Services |
+------------+ +--------+ +----------------+ +--------+ +------------+ +------------+ +--------+ +----------------+ +--------+ +------------+
``` ```