Skip to content

Commit 99775ba

Browse files
author
Katie Horne
committed
chore: update header from Self signed certificates to Accessing Web Services
1 parent 475ae45 commit 99775ba

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

docs/guide.md

+16-15
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Setup Guide
44

5-
- [Expose code-server](#expose-code-server)
6-
- [Port forwarding via SSH](#port-forwarding-via-ssh)
7-
- [Using Let's Encrypt with Caddy](#using-lets-encrypt-with-caddy)
8-
- [Using Let's Encrypt with NGINX](#using-lets-encrypt-with-nginx)
9-
- [Using a self-signed certificate](#using-a-self-signed-certificate)
10-
- [External authentication](#external-authentication)
11-
- [HTTPS](#https)
12-
- [Self Signed Certificate](#self-signed-certificate)
13-
- [Using a subdomain](#using-a-subdomain)
14-
- [Using a subpath](#using-a-subpath)
15-
- [Stripping `/proxy/<port>` from the request path](#stripping-proxyport-from-the-request-path)
16-
- [Proxying to create a React app](#proxying-to-create-a-react-app)
5+
- [Setup Guide](#setup-guide)
6+
- [Expose code-server](#expose-code-server)
7+
- [Port forwarding via SSH](#port-forwarding-via-ssh)
8+
- [Using Let's Encrypt with Caddy](#using-lets-encrypt-with-caddy)
9+
- [Using Let's Encrypt with NGINX](#using-lets-encrypt-with-nginx)
10+
- [Using a self-signed certificate](#using-a-self-signed-certificate)
11+
- [External authentication](#external-authentication)
12+
- [HTTPS and self-signed certificates](#https-and-self-signed-certificates)
13+
- [Accessing web services](#accessing-web-services)
14+
- [Using a subdomain](#using-a-subdomain)
15+
- [Using a subpath](#using-a-subpath)
16+
- [Stripping `/proxy/<port>` from the request path](#stripping-proxyport-from-the-request-path)
17+
- [Proxying to create a React app](#proxying-to-create-a-react-app)
1718

1819
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1920

@@ -261,7 +262,7 @@ Google), you can do this with a reverse proxy such as:
261262
- [oauth2_proxy](https://github.com/pusher/oauth2_proxy)
262263
- [Cloudflare Access](https://teams.cloudflare.com/access)
263264

264-
## HTTPS
265+
## HTTPS and self-signed certificates
265266

266267
For HTTPS, you can use a self-signed certificate by:
267268

@@ -280,9 +281,9 @@ redirect all HTTP requests to HTTPS.
280281
281282
Note: if you set `proxy_set_header Host $host;` in your reverse proxy config, it will change the address displayed in the green section of code-server in the bottom left to show the correct address.
282283

283-
### Self Signed Certificate
284+
## Accessing web services
284285

285-
If you're working on a web service and want to access it locally, code-server
286+
If you're working on web services and want to access it locally, code-server
286287
can proxy to any port using either a subdomain or a subpath, allowing you to
287288
securely access these services using code-server's built-in authentication.
288289

0 commit comments

Comments
 (0)