Extension/sidebar app for open/closed ports #3522
-
FYI: I deployed this on Railway |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
https://github.com/cdr/code-server/blob/main/docs/FAQ.md#how-do-i-securely-access-web-services Edit: this only covers accessing content, not managing ports |
Beta Was this translation helpful? Give feedback.
-
We'd like to add some UI around managing ports. Tracking for that is here: #1944 |
Beta Was this translation helpful? Give feedback.
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