Skip to content

Add alternativeWebUrl param#956

Merged
EhabY merged 6 commits into
coder:mainfrom
ibdafna:nflx/support-alternative-web-url
Jun 8, 2026
Merged

Add alternativeWebUrl param#956
EhabY merged 6 commits into
coder:mainfrom
ibdafna:nflx/support-alternative-web-url

Conversation

@ibdafna

@ibdafna ibdafna commented May 15, 2026

Copy link
Copy Markdown
Contributor

This PR adds a new parameter for specifying an alternative URL to use when opening Coder pages in the browser. When set, it replaces the connection URL for browser links only (dashboard, workspace pages, token authentication page). The connection URL is still used for API calls, SSH, and CLI operations. Useful when the Coder API runs on a port that browsers restrict (e.g., 7004) but the web UI is accessible on a standard port (e.g., 443)."

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e9e8beed19

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/webviews/chat/chatPanelProvider.ts Outdated
Comment thread src/login/loginCoordinator.ts Outdated
@EhabY EhabY self-assigned this May 17, 2026

@EhabY EhabY left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvement. Make sure to run pnpm format and pnpm lint:fix/pnpm typecheck!

Comment thread src/util.ts Outdated
Comment thread src/oauth/authorizer.ts Outdated
Comment thread src/webviews/chat/chatPanelProvider.ts Outdated
Comment thread src/webviews/tasks/tasksPanelProvider.ts Outdated
Comment thread test/unit/webviews/chat/chatPanelProvider.test.ts Outdated
Comment thread package.json Outdated
Comment thread src/oauth/authorizer.ts Outdated
@ibdafna ibdafna force-pushed the nflx/support-alternative-web-url branch from 5f34410 to fc18726 Compare May 28, 2026 20:37
Comment thread src/oauth/authorizer.ts Outdated
ibdafna added 4 commits June 8, 2026 10:45
…r sub-path deployments and alternative web URLs. Add tests to verify that the path prefix is not doubled and that the correct prefix is swapped based on the alternative web URL configuration.
@ibdafna ibdafna force-pushed the nflx/support-alternative-web-url branch from 763017a to 5222afc Compare June 8, 2026 17:52
Comment thread package.json Outdated
Comment thread test/unit/util.test.ts Outdated
Comment thread test/unit/util.test.ts Outdated
Comment thread src/oauth/authorizer.ts
Comment thread src/util.ts Outdated
- Scope coder.alternativeWebUrl to "application" so a workspace's
  settings.json cannot override the browser redirect target
- Only rebase the OAuth authorization endpoint when it lives under the
  connection URL, and extract the logic into toBrowserAuthorizationUrl
- Build params with URLSearchParams and merge onto the endpoint, so an
  endpoint that already carries a query string is preserved
- Simplify openInBrowser to rely on Uri.joinPath
- Make the mock Uri.joinPath collapse seam slashes like vscode-uri
- Simplify the new util/authorizer/tasks tests
@EhabY EhabY merged commit 48645d1 into coder:main Jun 8, 2026
10 of 11 checks passed
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.

2 participants