From 4e3b14dc692b148ef30c533c3aaea9346437cc83 Mon Sep 17 00:00:00 2001 From: 0xbyt4 <35742124+0xbyt4@users.noreply.github.com> Date: Wed, 11 Mar 2026 18:54:06 +0300 Subject: [PATCH] docs: add Web UI config to .env.example --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index 3d3ad1de9..7423bf542 100644 --- a/.env.example +++ b/.env.example @@ -213,6 +213,13 @@ VOICE_TOOLS_OPENAI_KEY= # EMAIL_ALLOWED_USERS=your@email.com # EMAIL_HOME_ADDRESS=your@email.com +# Web UI (browser-based chat interface on local network) +# Access from phone/tablet/desktop at http://:8765 +# WEB_UI_ENABLED=false +# WEB_UI_PORT=8765 +# WEB_UI_HOST=0.0.0.0 +# WEB_UI_TOKEN= # Auto-generated if empty + # Gateway-wide: allow ALL users without an allowlist (default: false = deny) # Only set to true if you intentionally want open access. # GATEWAY_ALLOW_ALL_USERS=false