docs(cloud): document remote web UI preview (#2434)

Co-authored-by: Aqil Aziz <aqilaziz@users.noreply.github.com>
This commit is contained in:
Aqil Aziz
2026-05-22 17:51:09 -07:00
committed by GitHub
co-authored by Aqil Aziz
parent 45729728a2
commit d42835f006
3 changed files with 65 additions and 0 deletions
+4
View File
@@ -51,6 +51,10 @@ JWT_TOKEN=
OPENHUMAN_CORE_PORT=7788
# [optional] Default: http://127.0.0.1:7788/rpc
OPENHUMAN_CORE_RPC_URL=http://127.0.0.1:7788/rpc
# [optional] Comma-separated browser origins allowed to call /rpc with the
# Authorization bearer. Tauri and loopback Vite origins are allowed by default.
# Set this when serving a private web UI preview from a non-loopback origin.
# OPENHUMAN_CORE_ALLOWED_ORIGINS=https://openhuman-ui.example.com
# Core RPC bearer token. Single source of truth for /rpc auth.
# - Tauri desktop: set automatically by the shell — leave blank.
# - Docker / cloud / VPS: REQUIRED. Generate with `openssl rand -hex 32`.