docs(advanced): add Xvfb setup for Browser Bridge on a headless VPS#1771
Open
eldar702 wants to merge 1 commit into
Open
docs(advanced): add Xvfb setup for Browser Bridge on a headless VPS#1771eldar702 wants to merge 1 commit into
eldar702 wants to merge 1 commit into
Conversation
Closes jackwener#1700. The existing remote-chrome doc covers `xvfb-run` for the Electron `--remote-debugging-port` path but not the Browser-Bridge-extension flow on a headless VPS. Add an authoritative section based on the Xvfb script @Benjamin-eecs validated in the issue thread against Chromium 148 + opencli 1.8.0 / Ubuntu 24.04 (confirmed unblocking for @hezberg).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1700.
What
Adds a
## Browser Bridge on a headless VPS (Xvfb)section todocs/advanced/remote-chrome.mdand a one-paragraph cross-link indocs/guide/troubleshooting.mdunder the existing "Extension not connected" entry. The Xvfb setup script comes from @Benjamin-eecs's validation in the #1700 thread (Chromium 148 + opencli 1.8.0 / Ubuntu 24.04, confirmed unblocking for @hezberg).Distinct from the existing
xvfb-runexample, which covers Electron's--remote-debugging-portpath — this new section covers the Browser-Bridge-extension flow on a headless server.Files
docs/advanced/remote-chrome.md— new section (+41 lines)docs/guide/troubleshooting.md— one-paragraph cross-link (+1 line)docs/zh/guide/troubleshooting.mddoes not exist in repo — zh mirror N/A)Verification
npm run docs:build(VitePress 1.6.4) — completes in 5.34s with no broken-link or sidebar warningsbash scripts/check-doc-coverage.sh --strict— 155/155 adapters documented.github/workflows/doc-check.yml(docs-build + doc-coverage) pass locally/advanced/remote-chrome#browser-bridge-on-a-headless-vps-xvfbresolves against the new heading🤖 AI disclosure: drafted with Claude (Opus 4.7) from @Benjamin-eecs's in-thread validated script.