You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.2 KiB
50 lines
1.2 KiB
flowchart TD
|
|
Internet[Internet and Cloudflare]
|
|
|
|
subgraph PX[Bear Stone Proxmox cluster]
|
|
P1[ProxMox1]
|
|
P2[ProxMox2]
|
|
NFS[Prox-NFS01 shared storage]
|
|
end
|
|
|
|
subgraph D10[docker10 - Home Assistant core]
|
|
HA[Home Assistant]
|
|
Core[MQTT, Matter, ESPHome, UniFi, Pi-hole]
|
|
Wyze[Wyze Bridge]
|
|
end
|
|
|
|
subgraph D14[docker14 - Cameras and DNS standby]
|
|
Frigate[Frigate NVR]
|
|
DNS2[Secondary Pi-hole and Nebula Sync]
|
|
end
|
|
|
|
subgraph CX[codex-appliance - Codex runtime]
|
|
Runtime[Codex and MCP runtime]
|
|
Ops[Admin UI and service agents]
|
|
end
|
|
|
|
subgraph D17[docker17 - Internal apps and tools]
|
|
Tools[Dashy, Dozzle, Tugtainer, Duplicati]
|
|
InternalApps[Poker, Cruise, RVTools, TeslaMate]
|
|
end
|
|
|
|
subgraph D69[docker69 - Public edge and apps]
|
|
Tunnel[Cloudflare tunnels]
|
|
PublicApps[WordPress, panel QR app, public apps]
|
|
end
|
|
|
|
P1 --> HA
|
|
P1 --> Runtime
|
|
P1 --> NFS
|
|
P2 --> NFS
|
|
NFS --> Frigate
|
|
NFS --> Tools
|
|
NFS --> Tunnel
|
|
Internet --> Tunnel
|
|
Tunnel --> PublicApps
|
|
HA --> Core
|
|
Wyze -->|RTSP| Frigate
|
|
Frigate --> HA
|
|
HA --> Runtime
|
|
Runtime --> HA
|