From 48bfaa6cb98a6ccee70f02650f56a0a848a11d61 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 20 Apr 2026 17:30:30 -0400 Subject: [PATCH] Removed outdated mermaid.js network diagram --- README.md | 71 +++---------------------------------------------------- 1 file changed, 3 insertions(+), 68 deletions(-) diff --git a/README.md b/README.md index f21a888..0564cbb 100644 --- a/README.md +++ b/README.md @@ -22,79 +22,14 @@ --- -## 🏗️ Architecture - -```mermaid -graph TB - subgraph Internet - CF[Cloudflare DNS] - end - - subgraph "Heimdall - Physical Server (10.0.0.151)" - Traefik[Traefik Reverse Proxy
:80, :443] - Komodo[Komodo Core
Container Orchestrator] - Gitea[Gitea
Self-Hosted Git] - Redis[Redis Cache] - Trek[Trek] - Vault[Vaultwarden] - end - - subgraph "Waldorf - Physical Server (10.0.0.251)" - Plex[Plex Media Server
GPU Transcoding] - Tunarr[Tunarr
IPTV Channels] - GPU[NVIDIA GTX 1060 Mobile
6GB VRAM] - KomodoW[Komodo Periphery] - end - - subgraph "Watchtower - Physical Server (10.0.0.200)" - Ansible[Ansible Control Node
Infrastructure Automation] - KomodoP[Komodo Periphery] - VSCode[VS Code Server] - end - - subgraph "PVE01 - Physical Server (10.0.0.201)" - PVE[Proxmox VE 9.1.7
Hypervisor Platform] - end - - subgraph "TerraMaster NAS (10.0.0.250)" - NFS[NFS Storage
Volume1: /appdata
Volume2: /media] - end - - CF -->|HTTPS| Traefik - Traefik --> Gitea - Traefik --> Komodo - Traefik --> Plex - Traefik --> Tunarr - - Komodo <-->|WebSocket| KomodoW - Komodo <-->|WebSocket| KomodoP - Gitea -->|Webhook| Komodo - - Ansible -.->|SSH| PVE - Ansible -.->|SSH| Traefik - Ansible -.->|SSH| Plex - - Plex --> GPU - Tunarr --> GPU - - Traefik -.->|NFS v4| NFS - Plex -.->|NFS v4| NFS - Ansible -.->|NFS v3| NFS - - style NFS fill:#f9a825,color:#000 - style PVE01 fill:#e57000,color:#fff -``` - ---- - ## 📦 Infrastructure Inventory | Node | IP | Hardware | Platform/OS | Role | Services | |------|------|----------|----------|------|----------| | **PVE01** | `10.0.0.201` | Physical Server
Intel i5-13500T (14c), 15GB RAM | Proxmox VE 9.1.7 | Hypervisor | VM orchestration platform | -| **Heimdall** | `10.0.0.151` | Physical Server
Intel N100 (4c), 15GB RAM | Ubuntu 24.04 | Core Services | Komodo Core, Gitea, Traefik, Redis, Trek, Vaultwarden | -| **Waldorf** | `10.0.0.251` | Physical Server
i7-7820HQ (8c), GTX 1060, 16GB | Ubuntu 24.04 | Media Processing | Plex, Tunarr (GPU transcoding), Komodo Periphery | -| **Watchtower** | `10.0.0.200` | Physical Server
ARM Cortex-A76 (4c), 16GB | Debian Trixie | Control Plane | Ansible, Komodo Periphery, VS Code Server | +| **Heimdall** | `10.0.0.151` | Physical Server
Intel N100 (4c), 15GB RAM | Ubuntu 24.04 | Core Services | Komodo, Gitea, Traefik | +| **Waldorf** | `10.0.0.251` | Physical Server
i7-7820HQ (8c), GTX 1060, 16GB | Ubuntu 24.04 | Media Processing | Plex and Related Media Services | +| **Watchtower** | `10.0.0.200` | Physical Server
ARM Cortex-A76 (4c), 16GB | Debian Trixie | Control Plane | Ansible, VS Code, Monitoring Tools | | **TerraMaster** | `10.0.0.250` | NAS | TOS | Shared Storage | NFS (Volume1: `/appdata`, Volume2: `/media`) | ---