docs(network): mark primary LAN ip

This commit is contained in:
zap
2026-03-12 06:35:01 +00:00
parent a6434e5a02
commit ce068eb5b4
2 changed files with 5 additions and 5 deletions

View File

@@ -39,9 +39,8 @@ Skills are shared. Your setup is yours. Keeping them apart means you can update
## LAN Services (Will) ## LAN Services (Will)
- Host LAN IPs observed: - Primary host LAN IP for local services: `192.168.153.113`
- `192.168.153.113` (wlan0) - Additional observed host LAN IP: `192.168.153.117` (eth0)
- `192.168.153.117` (eth0)
- Tailscale IP: - Tailscale IP:
- `100.123.88.127` - `100.123.88.127`
@@ -120,8 +119,8 @@ Skills are shared. Your setup is yours. Keeping them apart means you can update
- Container: `n8n-agent` - Container: `n8n-agent`
- Port: `18808 -> 5678` - Port: `18808 -> 5678`
- Health: healthy when last verified by host runtime output on 2026-03-11 - Health: healthy when last verified by host runtime output on 2026-03-11
- URL(s): - Primary LAN URL: `http://192.168.153.113:18808`
- `http://192.168.153.113:18808` - Additional URL(s):
- `http://192.168.153.117:18808` - `http://192.168.153.117:18808`
- `http://100.123.88.127:18808` - `http://100.123.88.127:18808`
- Role: dedicated local n8n instance for agent-oriented workflows on the LAN - Role: dedicated local n8n instance for agent-oriented workflows on the LAN

View File

@@ -8,3 +8,4 @@
- dedicated agent-oriented n8n instance - dedicated agent-oriented n8n instance
- `openclaw-ping` webhook path tested end-to-end - `openclaw-ping` webhook path tested end-to-end
- Operating note: prefer narrow webhook-first integration rather than broad n8n admin/API access. - Operating note: prefer narrow webhook-first integration rather than broad n8n admin/API access.
- Will clarified the primary host LAN IP to use/document is `192.168.153.113`.