mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
docs(cloud): document remote web UI preview (#2434)
Co-authored-by: Aqil Aziz <aqilaziz@users.noreply.github.com>
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user