- Notifications
You must be signed in to change notification settings - Fork909
Expanding shared ports protocols to TCP#12964
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
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? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 3 comments
-
It's a worthwhile feature request with an obvious user experience in our existing
Right now,
It seems natural to extend that to
|
BetaWas this translation helpful?Give feedback.
All reactions
-
@spikecurtis@ethanndickson can we support tcp using Coder Desktop? |
BetaWas this translation helpful?Give feedback.
All reactions
-
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. |
BetaWas this translation helpful?Give feedback.