Skip to content

feat: add OPENCODE_APP_URL for custom web app proxy#12446

Open
jobrk wants to merge 1 commit intoanomalyco:devfrom
jobrk:feat/self-hosted-web-app
Open

feat: add OPENCODE_APP_URL for custom web app proxy#12446
jobrk wants to merge 1 commit intoanomalyco:devfrom
jobrk:feat/self-hosted-web-app

Conversation

@jobrk
Copy link

@jobrk jobrk commented Feb 6, 2026

Add environment variable to proxy the web UI to a custom URL instead of app.opencode.ai. This enables enterprises to host the web UI internally and have users run the local server pointing to the internal instance.

The code changes are simple and self explanatory

Fixes #12445

Add environment variable to proxy the web UI to a custom URL instead of
app.opencode.ai. This enables enterprises to host the web UI internally
and have users run the local server pointing to the internal instance.
@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

The following comment was made by an LLM, it may be inaccurate:

Based on the search results, I found two potentially related PRs:

  1. feat(opencode): add HTTP/HTTPS proxy support (feat(opencode): add HTTP/HTTPS proxy support #10856)

  2. feat: base path support (feat: base path support #7625)

    • feat: base path support #7625
    • Related because it handles custom URL path configuration, which is similar in intent to allowing custom web app proxying

These are contextually related to URL/proxy customization, though they may address different aspects of the feature. PR #12446 specifically focuses on proxying the web UI to a custom URL via an environment variable, which appears to be a more specific use case than the broader proxy support in #10856.

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.

[FEATURE]: Support for custom web app proxy URL in firewalled environments

1 participant