docs(cloud): document remote web UI preview#2434
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe pull request adds documentation and configuration guidance for running the OpenHuman core remotely with a browser-accessible UI. It documents remote/headless operation on Linux, provides practical deployment guidance using Vite with SSH tunneling, and introduces CORS allowlist configuration via a new optional environment variable. ChangesRemote Core Operation and Browser UI Documentation
🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
OPENHUMAN_CORE_ALLOWED_ORIGINSin.env.examplefor non-loopback browser origins.Problem
Issue #2433 asks for a Linux setup that can be installed remotely and accessed through a web UI instead of relying only on desktop usage. The repo already supports a remote
openhuman-core, but the docs did not clearly explain the current UI choices, the preview web path, or the CORS setting needed when serving the UI from a custom origin.Solution
openhuman-coreas the supported remote deployment target.OPENHUMAN_CORE_ALLOWED_ORIGINSguard.Submission Checklist
Closes #NNN: N/A, this is a documentation slice for Linux setup to use web ui if possible #2433, not the production webserver feature.Impact
No runtime behavior changes. Users self-hosting the core get clearer setup guidance and can discover the existing CORS allowlist when using a private browser preview.
Related
AI Authored PR Metadata (required for Codex/Linear PRs)
Linear Issue
Commit & Branch
codex/2433-remote-web-docs9dfd6f87808b937c01d69b6710524fcda11c5bf9Validation Run
git diff --checkrg -n "Remote UI choices|Remote/headless usage|OPENHUMAN_CORE_ALLOWED_ORIGINS" gitbooks/features/cloud-deploy.md gitbooks/features/platform.md .env.examplepnpm --filter openhuman-app format:check: N/A, docs/env-only change; not run in this isolated worktree.pnpm typecheck: N/A, docs/env-only change.Validation Blocked
command:N/Aerror:N/Aimpact:N/ABehavior Changes
Parity Contract
Duplicate / Superseded PR Handling