-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Extension/sidebar app for open/closed ports #3522
-
FYI: I deployed this on Railway
Can you try to add a section for open ports, because, I have used Gitpod, another cloud editor and it has this port section where, if I am editing my blog and want to keep checking on the blog, it opens a port on its site. Can you try to add it to code-server? It could be helpful if a person is making a node project and want to test it on the cloud or I am checking my Jekyll site.
Beta Was this translation helpful? Give feedback.
All reactions
https://github.com/cdr/code-server/blob/main/docs/FAQ.md#how-do-i-securely-access-web-services
Basically, if your site is running on port 5000, then visit the url at where your instance of code-server is hosted and append /proxy/5000/
.
Note: Include the trailing /
at the end. See this for more info https://github.com/cdr/code-server/blob/main/docs/FAQ.md#why-does-the-code-server-proxy-strip-proxyport-from-the-request-path.
Edit: this only covers accessing content, not managing ports
Replies: 2 comments 5 replies
-
https://github.com/cdr/code-server/blob/main/docs/FAQ.md#how-do-i-securely-access-web-services
Basically, if your site is running on port 5000, then visit the url at where your instance of code-server is hosted and append /proxy/5000/
.
Note: Include the trailing /
at the end. See this for more info https://github.com/cdr/code-server/blob/main/docs/FAQ.md#why-does-the-code-server-proxy-strip-proxyport-from-the-request-path.
Edit: this only covers accessing content, not managing ports
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions
-
We'd like to add some UI around managing ports. Tracking for that is here: #1944
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1 -
👀 1
-
Is it in progress?
Beta Was this translation helpful? Give feedback.
All reactions
-
Nope, it's currently stalled.
Beta Was this translation helpful? Give feedback.
All reactions
-
Why?
Beta Was this translation helpful? Give feedback.
All reactions
-
Higher-priority issues in front of it + limited resources and time
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1