-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Expose workspace ports on external IP #459
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please see https://gitpod.slack.com/archives/C02EN94AEPL/p1645623283439319 for context on why this was re-opened 🙏 |
@kylos101 have no idea on how difficult this would be. Do you have any idea? |
I wanted to propose an idea related to another issue I had opened previously (#9376). When running the Would it be feasible for future Gitpod workspace URLs to have I believe this would allow for cleaner URL segmentation between debug/IDE workspaces and make it simpler to access any web servers directly. Please let me know if this aligns with Gitpod's roadmap or if any clarification is needed on my proposal. I'm happy to discuss further. |
Currently the model we use for accessing workspace ports is different to 'real' machines our users are used to.
Problems with this approach:
https
${window.location.hostname}:${port}
, which does not work with Gitpod (example: trying to get hot loader working #435 (comment) f). Only solution: patch the respective code or put proxy in frontA solution would be to expose workspaces under a IP6 address. Then each workspace would be accessible under: :
Optionally, we could add a (customizable) DNS entry for that as well (see #329)
This would allow other usecases:
ssh
access into workspaces to integrate with local environmentThe text was updated successfully, but these errors were encountered: