安装Web Based VSCode with code-server

Installing code-server

Out of the box, code-server is only reachable from the host that it is installed on. An easy to configure workaround is to setup a proxy server to allow requests to Apache/NGINX to be routed to code-server.

Apache Proxy Server (optional, but recommended)

Source: https://github.com/cdr/code-server
Proxy resource: https://github.com/cdr/code-server/issues/282