From ce068eb5b4cfa281a627e4641e8a6d21e3b6935e Mon Sep 17 00:00:00 2001 From: zap Date: Thu, 12 Mar 2026 06:35:01 +0000 Subject: [PATCH] docs(network): mark primary LAN ip --- TOOLS.md | 9 ++++----- memory/2026-03-12.md | 1 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TOOLS.md b/TOOLS.md index 7d45adb..456bff2 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -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 diff --git a/memory/2026-03-12.md b/memory/2026-03-12.md index 5a8309f..f7a7849 100644 --- a/memory/2026-03-12.md +++ b/memory/2026-03-12.md @@ -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`.