[FEATURE]: opencode web shall not use external website app.opencode.ai #8438

Closed
opened 2026-02-16 18:09:58 -05:00 by yindo · 2 comments
Owner

Originally created by @tardyp on GitHub (Feb 3, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

If I run opencode web in a restricted environment (GCP Cloud workstations, managed by my company)
I get an error web page:

The following error was encountered while trying to retrieve the URL: https://app.opencode.ai/*

Access Denied.

After investigation, it looks like opencode web is actually proxying the front end to app.opencode.ai. The zipped frontend app is actually 1.6MB, so it could be bundled with opencode.

Other option is to add an option to provide a path to the FE files.

Originally created by @tardyp on GitHub (Feb 3, 2026). Originally assigned to: @adamdotdevin on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request If I run opencode web in a restricted environment (GCP Cloud workstations, managed by my company) I get an error web page: ``` The following error was encountered while trying to retrieve the URL: https://app.opencode.ai/* Access Denied. ``` After investigation, it looks like opencode web is actually proxying the front end to app.opencode.ai. The zipped frontend app is actually 1.6MB, so it could be bundled with opencode. Other option is to add an option to provide a path to the FE files.
yindo added the discussionweb labels 2026-02-16 18:09:58 -05:00
yindo closed this issue 2026-02-16 18:09:58 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 3, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #9158: Opencode web egress URLs - discusses external URL dependencies when running in restricted environments
  • #6352: allow overriding web client deployment path / bundle web client with opencode binary - directly addresses bundling the frontend with the binary instead of proxying to app.opencode.ai

Feel free to ignore if your specific case differs from these.

@github-actions[bot] commented on GitHub (Feb 3, 2026): This issue might be a duplicate of existing issues. Please check: - #9158: Opencode web egress URLs - discusses external URL dependencies when running in restricted environments - #6352: allow overriding web client deployment path / bundle web client with opencode binary - directly addresses bundling the frontend with the binary instead of proxying to app.opencode.ai Feel free to ignore if your specific case differs from these.
Author
Owner

@tardyp commented on GitHub (Feb 3, 2026):

duplicate for #8549

@tardyp commented on GitHub (Feb 3, 2026): duplicate for #8549
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8438