File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,26 @@ only to HTTP requests.
65
65
You can use [ Let's Encrypt] ( https://letsencrypt.org/ ) to get an SSL certificate
66
66
for free.
67
67
68
+ ## How do I access web services?
69
+ code-server is capable of proxying to any port using either a subdomain or a
70
+ subpath.
71
+
72
+ ### Sub-domains
73
+ Set up a wildcard certificate for your domain and a wildcard DNS entry (or you
74
+ can configure each subdomain individually for the ports you expect to use).
75
+
76
+ Start code-server with the ` --proxy-domain ` flag set to your domain.
77
+
78
+ ```
79
+ code-server --proxy-domain coder.com
80
+ ```
81
+
82
+ Now you can browse to ` <port>.coder.com ` . Note that this uses the host header so
83
+ ensure your reverse proxy forwards that information if you are using one.
84
+
85
+ ### Sub-paths
86
+ Just browse to ` /proxy/<port> ` .
87
+
68
88
## x86 releases?
69
89
70
90
node has dropped support for x86 and so we decided to as well. See
You can’t perform that action at this time.
0 commit comments