-
Notifications
You must be signed in to change notification settings - Fork 308
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
Implement support for self hosted HTTP code-server instance #7527
Comments
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
I'd also be interested in this feature, it would be nice to use a copy of desktop VS Code with the Tunnels extension rather than the progressive web app version of vscode-web. They're functionally identical to me, but I think some people like the feel of a native app. In our case, to make this work we would need for the tunnels extension to authenticate to the reverse proxy we run in front of the server (instead of relying on authentication at vscode.dev, because we're firewalled from that). I believe the authentication mechanism we use is based on common web standards, I think it's based on JWTs, possibly OIDC is the right term but I'm a bit out of my depth with the technical details there. In any case, I do know the Chromium network stack handles it, so hopefully this isn't much to think about. |
I think supporting HTTP user/password authentication could be a good way to provide a way for users to implement such a security mechanism, while still keeping it simple. |
I'd be happy for you if that works but it will not suffice for my use case. |
|
@connor4312 - I believe this specific request is for being able to connect to that |
Add support for connecting to self hosted HTTP code-server instance from the VSCode client, and enable port forwarding.
The text was updated successfully, but these errors were encountered: