-
I'm honestly not sure if this would be considered an issue I'm having with code-server or with Docker. Hopefully someone can point me in the right direction. I've got a server I use to run docker instances/services with. I recently installed code-server in it's own container, setup HTTPS with it to appease the service workers, and can now get live-server and five-server extensions to run. I love the idea of having the editor available on any computer with a browser and access to my network through a VPN. However, after starting the extensions, regardless of the extension settings, I cannot get access to the preview. In the browser window that comes up the address is always shown as 127.0.0.1. If i change it to the docker server's IP, where i have the port for extension opened/forwarded I just get a 404. I've tried changing the settings to use 0.0.0.0 and 127.0.0.1 i still used, and I've tried setting it to use the Docker server's IP, and i get a refusal to connect. In the Terminal pane I can see "Five Server running at: > Local: http://localhost:5555 >Network: http://172.17.0.4:555" Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
What do you mean by "preview"? Is this a Markdown preview or accessing a web service or something else?
Hmm... @code-asher any ideas? |
Beta Was this translation helpful? Give feedback.
-
Thanks! I’ll look into that.
… On Oct 29, 2021, at 12:42 AM, LG ***@***.***> wrote:
On LAN, idk, but you can view it like any website via ngrok.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
What do you mean by "preview"? Is this a Markdown preview or accessing a web service or something else?
Hmm... @code-asher any ideas?