Network Topology

AGENTS AI MONITORING INFRA PETE SCOTT WESAPP AIREINVESTOR GAMES BROWSER MDDPY KASM AUTOMATION
flowchart TB subgraph INTERNET["INTERNET"] USER((Users)) GITHUB[GitHub] end subgraph GATEWAY["GATEWAY"] NPM[nginx-proxy-manager
SSL Termination] end subgraph AGENTS["AGENTS
Autonomous AI agents executing 24/7"] terry_review_webhook[OK PR Reviewer:8020] terry_backend[OK Agent Work API:8007] terry_conversation[OK Chat Interface:8006] terry_memory[OK Session Storage:8005] terry_performance_api[OK Analytics & ROI:8009] end subgraph AI["AI
Intelligence layer - LLMs, patterns"] yt_intel[~ Smart Context:8012] open_webui[OK Chat UI:3000] ollama[OK Local LLM:11434] fabric_service[OK 232 AI Patterns:8014] pai_context_api[OK PAI Context:8010] unified_knowledge_api[OK Knowledge Base:8888] warp_code_analysis_api[OK Code Analysis:8004] end subgraph AUTOMATION["AUTOMATION
Workflow automation"] n8n[~ Workflows:5678] end subgraph BROWSER["BROWSER
Browser automation"] browser_use_api[OK Browser API:3031] end subgraph GAMES["GAMES
Recreation & testing"] games_api[OK Games API:8008] minecraft_server[OK Minecraft:25565] end subgraph INFRA["INFRA
Core infrastructure"] homepage[OK Dashboard:3002] portainer[~ Docker GUI:9443] nginx_proxy_manager[OK Reverse Proxy:80/443] end subgraph MDDPY["MDDPY
Documentation server"] working_mdops[OK Working MDOps:8003] mddpy_mcp[OK Doc Server:8003] end subgraph MONITORING["MONITORING
Observability - metrics, alerts"] uptime_kuma[OK Uptime Monitor:3001] alertmanager[~ Alert Routing:9093] grafana[~ Dashboards:3003] cadvisor[OK Container Metrics:8080] prometheus[~ Metrics Store:9090] node_exporter[~ Host Metrics:9100] end subgraph PETE["PETE
Client: Pete Henderson"] pete_db_api[OK Pete DB API:8040] pete_fastapi[OK Pete Backend:7100] pete_vapi_python[OK Vapi Integration:8034] end subgraph SCOTT["SCOTT
Client: Scott Henderson"] scott_localleasing_backend[OK Local Leasing:8085] end USER --> NPM GITHUB --> terry_review_webhook NPM --> terry_backend NPM --> grafana NPM --> open_webui terry_backend --> yt_intel yt_intel --> fabric_service fabric_service --> ollama prometheus --> grafana subgraph PERMISSIONS["ACCESS LEVELS"] P1[mark: Full access - docker, sudo] P2[willy: docker - container mgmt] P3[terry: READ-ONLY - review only] P4[terry-dev: Workspace write] end