-
I am able to use Live Server on my home network to do HTML previews. Is it possible to do this remotely, from the Internet? Note that I'm running code-server on a RaspberryPi. |
Beta Was this translation helpful? Give feedback.
Answered by
bpmct
Dec 30, 2020
Replies: 1 comment
-
Yes - this is totally doable. You can use code-server's web proxy to access the ports created by live server: https://github.com/cdr/code-server/blob/v3.8.0/doc/FAQ.md#how-do-i-securely-access-web-services |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cleve703
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes - this is totally doable. You can use code-server's web proxy to access the ports created by live server: https://github.com/cdr/code-server/blob/v3.8.0/doc/FAQ.md#how-do-i-securely-access-web-services