From f7fba93ffdd143de9ec62def06e6ebd87dd5c353 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Jan 2026 15:17:58 +0200 Subject: [PATCH] Docs: replace real URLs/IPs with generic examples --- DOCS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCS.md b/DOCS.md index 15b9e24..37dc718 100644 --- a/DOCS.md +++ b/DOCS.md @@ -57,9 +57,9 @@ To open the gateway UI in a separate tab reliably: - Set `gateway_public_url` to a base URL that the browser can reach. Examples: -- LAN only: `http://192.168.88.31:18789` -- DuckDNS with port-forward: `https://vanevihomeha.duckdns.org:38123` - - (in that case your router/NAT must forward 38123 → HA host → gateway port) +- LAN only: `http://homeassistant.local:18789` (or `http://192.168.1.10:18789`) +- Public domain with port-forward: `https://example.duckdns.org:12345` + - (in that case your router/NAT must forward `12345` → HA host → gateway port) The Ingress landing page button will open: