diff --git a/dashboard/src/docs/connecting.md b/dashboard/src/docs/connecting.md index f2f095e..582e543 100644 --- a/dashboard/src/docs/connecting.md +++ b/dashboard/src/docs/connecting.md @@ -135,6 +135,38 @@ tunnels: max_attempts: 0 backoff_initial: 5 backoff_max: 60 + + state-hub-railiance01: # API tunnel + host: 92.205.62.239 + remote_port: 18000 + local_port: 8000 + ssh_user: tegwick + ssh_key: ~/.ssh/id_ops + actor: agent.claude-railiance01 + health_check: + url: http://127.0.0.1:8000/state/health + interval_seconds: 30 + timeout_seconds: 5 + reconnect: + max_attempts: 0 + backoff_initial: 5 + backoff_max: 60 + + state-hub-mcp-railiance01: # MCP SSE tunnel + host: 92.205.62.239 + remote_port: 18001 + local_port: 8001 + ssh_user: tegwick + ssh_key: ~/.ssh/id_ops + actor: agent.claude-railiance01 + health_check: + url: http://127.0.0.1:18001/sse + interval_seconds: 30 + timeout_seconds: 5 + reconnect: + max_attempts: 0 + backoff_initial: 5 + backoff_max: 60 ``` ops-bridge source: `~/ops-bridge` ยท SSH key: `~/.ssh/id_ops`