feat: add OPENCODE_APP_URL for custom web app proxy#12446
Open
jobrk wants to merge 1 commit intoanomalyco:devfrom
Open
feat: add OPENCODE_APP_URL for custom web app proxy#12446jobrk wants to merge 1 commit intoanomalyco:devfrom
jobrk wants to merge 1 commit intoanomalyco:devfrom
Conversation
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.
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Based on the search results, I found two potentially related PRs:
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. |
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.
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