Docs: replace real URLs/IPs with generic examples

This commit is contained in:
root
2026-01-30 15:17:58 +02:00
parent 392f5b3d0c
commit f7fba93ffd
+3 -3
View File
@@ -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. - Set `gateway_public_url` to a base URL that the browser can reach.
Examples: Examples:
- LAN only: `http://192.168.88.31:18789` - LAN only: `http://homeassistant.local:18789` (or `http://192.168.1.10:18789`)
- DuckDNS with port-forward: `https://vanevihomeha.duckdns.org:38123` - Public domain with port-forward: `https://example.duckdns.org:12345`
- (in that case your router/NAT must forward 38123 → HA host → gateway port) - (in that case your router/NAT must forward `12345` → HA host → gateway port)
The Ingress landing page button will open: The Ingress landing page button will open: