From 15fe8665eb447ebadfb47fdcc3de023dd2056c28 Mon Sep 17 00:00:00 2001 From: Tuan-Dat Tran Date: Fri, 17 Jul 2026 18:23:58 +0200 Subject: [PATCH] Drop stale Intel QuickSync claim for docker-host11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docker-host11 actually runs on mii01 (AMD Ryzen 7 5700U — no Intel iGPU), not on hardware with QuickSync passthrough. Jellyfin transcodes CPU-only there; update hardware table, diagram, and app description to match. --- README.md | 8 ++++---- docs/networking.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 50fb4cc..fe83a0e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ graph TB subgraph workers["Worker Nodes x14"] W["k3s-agent"] end - DH["docker-host — Intel QuickSync GPU"] + DH["docker-host"] NFS["NFS Server — dedicated storage node"] end @@ -95,7 +95,7 @@ All VMs are provisioned with Terraform and configured by Ansible. Rebuilding fro | Physical | `mii01` | Proxmox node | k3s server + agents + docker host | | VM | `k3s-server-{10,11,12}` | K3s control plane (HA etcd + kube-vip VIP) | 2 vCPU · 4 GB RAM · 64 GB | | VM | `k3s-agent-{10…23}` | K3s worker nodes ×14 | 2 vCPU · 4 GB RAM · 128 GB | -| VM | `docker-host11` | Docker host w/ GPU passthrough | 2 vCPU · 4 GB RAM · 192 GB · Intel QuickSync | +| VM | `docker-host11` | Docker host | 2 vCPU · 4 GB RAM · 192 GB | | VM | `docker-lb` | Caddy reverse proxy (LAN only) | 1 vCPU · 2 GB RAM | | VPS | `mii` | Edge node (Netcup) | WireGuard · Traefik · Pangolin | | SBC | `naruto` | Raspberry Pi | Zigbee2MQTT · Mosquitto MQTT broker | @@ -144,7 +144,7 @@ All VMs run Debian 12 on `virtio` network bridges, provisioned from cloud-init t | **Gitea Runner** | CI/CD runner | – | | **Arr Stack** | Media automation suite | Prowlarr · Sonarr · Radarr · Unpackarr | | **Download clients** | VPN-isolated download clients (×2) | Gluetun sidecar | -| **Jellyfin** | Media server with hardware transcoding | Docker · Intel QuickSync | +| **Jellyfin** | Media server, CPU-only transcoding | Docker | | **LiteLLM** | OpenAI-compatible LLM proxy — routes to Gemini, DeepSeek, and other providers | CloudNativePG | | **agentmemory** | Persistent memory server for AI agents | Longhorn PVC · private Gitea registry | | **athome** | Personal homepage | – | @@ -160,7 +160,7 @@ ansible-homelab/ │ ├── k3s_server/ # control plane install + NoSchedule taint │ ├── k3s_agent/ # worker node install │ ├── kube_vip/ # kube-vip DaemonSet + TLS SAN config -│ ├── docker_host/ # Docker + Intel QuickSync GPU passthrough +│ ├── docker_host/ # Docker + Compose services │ ├── proxmox/ # Proxmox node setup │ ├── edge_vps/ # VPS: WireGuard, Traefik, Pangolin │ └── raspberry_pi/ # Raspberry Pi: Zigbee2MQTT + Mosquitto via Docker Compose diff --git a/docs/networking.md b/docs/networking.md index c1796fd..74649cb 100644 --- a/docs/networking.md +++ b/docs/networking.md @@ -66,7 +66,7 @@ Prowlarr (indexer aggregator) → download client + Gluetun sidecar (VPN-isolated) → Unpackarr (extract archives) → NFS share on aya01 - → Jellyfin (on docker-host11, hardware transcoding via Intel QuickSync) + → Jellyfin (on docker-host11, CPU-only transcoding) ``` ---