Skip to content

feat: Let port-forwarding support custom http(s) port #5084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

ninehills
Copy link
Contributor

Set

  • CODER_ACCESS_URL=https://coder.example.com:8443
  • CODER_WILDCARD_ACCESS_URL=*.coder.example.com

Then the port-forwarding url will be

https://3000--xxx--xxxx--xxx.coder.example.com

It should be:

https://3000--xxx--xxxx--xxx.coder.example.com:8443

@github-actions
Copy link

github-actions bot commented Nov 15, 2022

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@ninehills
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@ninehills
Copy link
Contributor Author

Rebase atop of the latest main branch.

@github-actions
Copy link

This Pull Request is becoming stale. In order to minimize WIP, prevent merge conflicts and keep the tracker readable, I'm going close to this PR in 3 days if there isn't more activity.

@github-actions github-actions bot added the stale This issue is like stale bread. label Nov 26, 2022
@github-actions github-actions bot removed the stale This issue is like stale bread. label Nov 27, 2022
@deansheather deansheather self-requested a review December 1, 2022 20:20
@deansheather deansheather merged commit 5457dd0 into coder:main Dec 1, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 1, 2022
@deansheather
Copy link
Member

Thank you for your contribution, sorry we took so long to get this merged!

@coder coder unlocked this conversation Dec 1, 2022
ninehills added a commit to ninehills/coder that referenced this pull request Dec 2, 2022
v0.13.1

* tag 'v0.13.1': (49 commits)
  fix: do not truncate system PATH in win installer (coder#5243)
  feat: add debouncing to provisionerd rpc calls (coder#5198)
  feat: Let port-forwarding support custom http(s) port (coder#5084)
  fix: Fix nil-pointer deref on `checkAuthorization` (coder#5236)
  chore: bump cron-parser from 4.6.0 to 4.7.0 in /site (coder#5221)
  chore: bump github.com/gohugoio/hugo from 0.105.0 to 0.107.0 (coder#5222)
  chore: bump google.golang.org/api from 0.100.0 to 0.103.0 (coder#5219)
  chore: bump github.com/spf13/viper from 1.13.0 to 1.14.0 (coder#5220)
  .github: remove "never stale"
  chore: bump google.golang.org/grpc from 1.50.1 to 1.51.0 (coder#5223)
  feat: Add support for update checks and notifications (coder#4810)
  chore: bump golang.org/x/crypto from 0.1.0 to 0.3.0 (coder#5224)
  chore: bump tj-actions/branch-names from 6.2 to 6.3 (coder#5217)
  chore: bump hmarr/auto-approve-action from 2 to 3 (coder#5216)
  chore: bump google-github-actions/auth from 0 to 1 (coder#5218)
  chore: bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (coder#5214)
  Refactored Quota Docs (coder#5195)
  feat: Define Prometheus port in the pod spec (coder#5213)
  fix: Generate trial in `scripts/develop.sh` (coder#5231)
  chore: Add missing metrics description (coder#5212)
  ...
ninehills added a commit to ninehills/coder that referenced this pull request Dec 2, 2022
v0.13.1

* tag 'v0.13.1': (49 commits)
  fix: do not truncate system PATH in win installer (coder#5243)
  feat: add debouncing to provisionerd rpc calls (coder#5198)
  feat: Let port-forwarding support custom http(s) port (coder#5084)
  fix: Fix nil-pointer deref on `checkAuthorization` (coder#5236)
  chore: bump cron-parser from 4.6.0 to 4.7.0 in /site (coder#5221)
  chore: bump github.com/gohugoio/hugo from 0.105.0 to 0.107.0 (coder#5222)
  chore: bump google.golang.org/api from 0.100.0 to 0.103.0 (coder#5219)
  chore: bump github.com/spf13/viper from 1.13.0 to 1.14.0 (coder#5220)
  .github: remove "never stale"
  chore: bump google.golang.org/grpc from 1.50.1 to 1.51.0 (coder#5223)
  feat: Add support for update checks and notifications (coder#4810)
  chore: bump golang.org/x/crypto from 0.1.0 to 0.3.0 (coder#5224)
  chore: bump tj-actions/branch-names from 6.2 to 6.3 (coder#5217)
  chore: bump hmarr/auto-approve-action from 2 to 3 (coder#5216)
  chore: bump google-github-actions/auth from 0 to 1 (coder#5218)
  chore: bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (coder#5214)
  Refactored Quota Docs (coder#5195)
  feat: Define Prometheus port in the pod spec (coder#5213)
  fix: Generate trial in `scripts/develop.sh` (coder#5231)
  chore: Add missing metrics description (coder#5212)
  ...
@ninehills ninehills deleted the feat/custom-port branch January 5, 2023 09:12
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