From 2f91423f44ba0a2e2e57e52b3241b73de88da9c5 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 5 Apr 2026 13:36:52 +0100 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7130742..1ca2528 100644 --- a/README.md +++ b/README.md @@ -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 - ``` \ No newline at end of file +``` + +----------------+ + | Proxmox Host | + +----------------+ + | + +------------------+ + |Static Apache Page| + | (LXC) | + +------------------+ + / | | \ + v v v v + +------------+ +--------+ +----------------+ +--------+ +------------+ + | Jellyfin | | Grafana| |Simply Translate| | Calibre| | Other | + |(Bare-Metal)| | (LXC) | | (Docker) | | (VM) | | Services | + +------------+ +--------+ +----------------+ +--------+ +------------+ +``` \ No newline at end of file