|
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! |
Answered by
bpmct
Apr 11, 2021
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 |
0 replies
Answer selected by
bpmct
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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