Skip to content

feat: support connecting to remote Chrome via CDP#65

Open
keepmind9 wants to merge 1 commit intoeze-is:mainfrom
keepmind9:feat/feat-remote-cdp-host
Open

feat: support connecting to remote Chrome via CDP#65
keepmind9 wants to merge 1 commit intoeze-is:mainfrom
keepmind9:feat/feat-remote-cdp-host

Conversation

@keepmind9
Copy link
Copy Markdown

Why

Some use cases (e.g., running on VPS) require connecting to a remote Chrome instance, not
just local auto-discovery. This adds support for remote CDP connections.

Summary

  • Add WEB_ACCESS_REMOTE_CDP_HOST and WEB_ACCESS_REMOTE_CDP_PORT environment variables
  • Add isRemoteCDPHost() helper to detect non-local addresses
  • Skip local port discovery when using remote host
  • Skip port guard when connecting to non-local hosts

- Add WEB_ACCESS_REMOTE_CDP_HOST and WEB_ACCESS_REMOTE_CDP_PORT env vars
- Add isRemoteCDPHost() helper to detect non-local addresses
- Skip local port discovery when using remote host
- Skip port guard when connecting to non-local hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant