-
I am reverse-proxying my domain.com -> code-server on 8080 . No preview or live preview extensions work as they all seem to rely on localhost. I also cannot seem to launch browsers via the launch configurations. I tried to install desktop-minimal, and then chromium-browser but to no avail... any ideas/solutions? thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can access ports running on localhost in a few ways within code-server. See: https://github.com/cdr/code-server/blob/main/docs/FAQ.md#how-do-i-securely-access-web-services Easiest solution is by visiting [code-server-url]/proxy/8080 If none of these work for your use case, you can also use something like ngrok |
Beta Was this translation helpful? Give feedback.
You can access ports running on localhost in a few ways within code-server. See: https://github.com/cdr/code-server/blob/main/docs/FAQ.md#how-do-i-securely-access-web-services
Easiest solution is by visiting [code-server-url]/proxy/8080
If none of these work for your use case, you can also use something like ngrok