Skip to content

New URL syntax for IDE vs. web, allow using ports below 1024 #9376

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

Closed
shaal opened this issue Apr 18, 2022 · 4 comments
Closed

New URL syntax for IDE vs. web, allow using ports below 1024 #9376

shaal opened this issue Apr 18, 2022 · 4 comments
Labels
meta: never-stale This issue can never become stale meta: stale This issue/PR is stale and will be closed soon team: workspace Issue belongs to the Workspace team

Comments

@shaal
Copy link
Contributor

shaal commented Apr 18, 2022

Is your feature request related to a problem? Please describe

Ports below 1024 are reserved for Gitpod, so common ports like port 80 and 443 cannot be used.
That creates friction in developer experience, when comparing to local development that doesn't have that limitation.

Describe the behaviour you'd like

What if the current workspace URL would be reserved for IDE
https://shaal-myproject-abcdefgh123.ws-us40.gitpod.io/
Or the keyword ide can be added to that URL.
https://shaal-myproject-abcdefgh123-ide.ws-us40.gitpod.io/

And there will be a new URL with web keyword in it -
https://shaal-myproject-abcdefgh123-web.ws-us40.gitpod.io/

Ports URL would work as they work in local.
For example, port 8080, instead of -
https://8080-shaal-myproject-abcdefgh123.ws-us40.gitpod.io/
it would become
https://shaal-myproject-abcdefgh123-web.ws-us40.gitpod.io:8080/

And we can finally use port 443
https://shaal-myproject-abcdefgh123-web.ws-us40.gitpod.io:443/
which is the same as
https://shaal-myproject-abcdefgh123-web.ws-us40.gitpod.io/

Describe alternatives you've considered

Additional context

@axonasif
Copy link
Member

Possibly related: #459

@axonasif axonasif added the team: workspace Issue belongs to the Workspace team label Apr 18, 2022
@iQQBot
Copy link
Contributor

iQQBot commented Jun 17, 2022

it supported ports below 1024 now

@iQQBot iQQBot moved this to Done in 🌌 Workspace Team Jun 17, 2022
@axonasif
Copy link
Member

axonasif commented Jun 19, 2022

it supported ports below 1024 now

Wow, what was changed? Did we document this on /docs?
This sounds amazing TBH 🎉

@stale
Copy link

stale bot commented Sep 21, 2022

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.

@stale stale bot added the meta: stale This issue/PR is stale and will be closed soon label Sep 21, 2022
@axonasif axonasif added the meta: never-stale This issue can never become stale label Nov 14, 2022
@stale stale bot closed this as completed Nov 26, 2022
Repository owner moved this from Done to Awaiting Deployment in 🌌 Workspace Team Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta: never-stale This issue can never become stale meta: stale This issue/PR is stale and will be closed soon team: workspace Issue belongs to the Workspace team
Projects
None yet
Development

No branches or pull requests

3 participants