Skip to content
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

Closed
leomelki opened this issue Nov 15, 2022 · 7 comments
Closed

Implement support for self hosted HTTP code-server instance #7527

leomelki opened this issue Nov 15, 2022 · 7 comments
Assignees
Labels
code-server Issues on the VS Code Server. feature-request Request for new features or functionality
Milestone

Comments

@leomelki
Copy link

Add support for connecting to self hosted HTTP code-server instance from the VSCode client, and enable port forwarding.

@github-actions github-actions bot added the code-server Issues on the VS Code Server. label Nov 15, 2022
@bamurtaugh bamurtaugh added the feature-request Request for new features or functionality label Nov 28, 2022
@vscodenpa vscodenpa added this to the Backlog Candidates milestone Nov 28, 2022
@vscodenpa
Copy link

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!

@vscodenpa
Copy link

🙂 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!

@leifwalsh
Copy link

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.

@leomelki
Copy link
Author

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.

@leifwalsh
Copy link

I'd be happy for you if that works but it will not suffice for my use case.

@connor4312
Copy link
Member

code serve-web works nowadays

@srudolph-credera
Copy link

@connor4312 - I believe this specific request is for being able to connect to that code serve-web instance from the full Desktop client instead of from a browser. Or, said a different way, the ability to have code code-tunnel accessible from any VS Code instance over a user-provided network route.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-server Issues on the VS Code Server. feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

6 participants