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)
- Host LAN IPs observed:
- `192.168.153.113` (wlan0)
- `192.168.153.117` (eth0)
- Primary host LAN IP for local services: `192.168.153.113`
- Additional observed host LAN IP: `192.168.153.117` (eth0)
- Tailscale IP:
- `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`
- Port: `18808 -> 5678`
- Health: healthy when last verified by host runtime output on 2026-03-11
- URL(s):
- `http://192.168.153.113:18808`
- Primary LAN URL: `http://192.168.153.113:18808`
- Additional URL(s):
- `http://192.168.153.117:18808`
- `http://100.123.88.127:18808`
- Role: dedicated local n8n instance for agent-oriented workflows on the LAN

View File

@@ -8,3 +8,4 @@
- dedicated agent-oriented n8n instance
- `openclaw-ping` webhook path tested end-to-end
- 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`.