Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Expanding shared ports protocols to TCP#12964

Conor-Behard333 started this conversation inFeature Requests
Discussion options

Hi,

I have coderdeployed on a k8s cluster and a workspace using DIND. I have deployed an SQL in the workspace using docker-compose, exposing 1433 and 1443 (TCP). Our team wants to be able to access it from outside of the workspace. Port sharing seem like it would be the solution to this, however, the current port sharing feature only supports HTTP(S).

Are there any plans to allow other protocols (TCP, UDP) to be used for this feature?

You must be logged in to vote

Replies: 3 comments

Comment options

It's a worthwhile feature request with an obvious user experience in our existingport-forward command:

coder port-forward <other user>/<workspace>.<agent> --tcp 1433:1433

Right now,coder port-forward is used by:

  • Users accessing their own ports
  • Admins accessing other user ports

It seems natural to extend that to

  • Users accessing other user ports (when allowed)
You must be logged in to vote
0 replies
Comment options

@spikecurtis@ethanndickson can we support tcp using Coder Desktop?

You must be logged in to vote
0 replies
Comment options

Coder Desktop VPN supports any protocol that runs over IPv6 including TCP, but we don’t support sharing. You can only access your own workspaces at present.

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
4 participants
@Conor-Behard333@spikecurtis@ammario@matifali

[8]ページ先頭

©2009-2025 Movatter.jp