From 9d7ac2aa601d53a25a4a32ebc92773b227423390 Mon Sep 17 00:00:00 2001 From: bobby <1544881+desimone@users.noreply.github.com> Date: Wed, 19 May 2021 17:23:30 -0700 Subject: [PATCH 1/2] Add Pomerium RE: https://github.com/pomerium/pomerium/pull/2223 --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index b071cdb0..a4a45de8 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -183,7 +183,7 @@ code-server only supports password authentication natively. **note**: code-server will rate limit password authentication attempts at 2 a minute and 12 an hour. If you want to use external authentication (i.e sign in with Google) you should handle this -with a reverse proxy using something like [oauth2_proxy](https://github.com/pusher/oauth2_proxy) +with a reverse proxy using something like [Pomerium](https://www.pomerium.io/guides/vs-code-server.html), [oauth2_proxy](https://github.com/pusher/oauth2_proxy) or [Cloudflare Access](https://teams.cloudflare.com/access). For HTTPS, you can use a self signed certificate by passing in just `--cert` or From c1bc4641505a936bb45fbc1ae37120a356d36e16 Mon Sep 17 00:00:00 2001 From: bobby <1544881+desimone@users.noreply.github.com> Date: Fri, 21 May 2021 10:44:54 -0700 Subject: [PATCH 2/2] Update docs/FAQ.md Co-authored-by: Joe Previte --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index a4a45de8..9f86bb3a 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -183,7 +183,7 @@ code-server only supports password authentication natively. **note**: code-server will rate limit password authentication attempts at 2 a minute and 12 an hour. If you want to use external authentication (i.e sign in with Google) you should handle this -with a reverse proxy using something like [Pomerium](https://www.pomerium.io/guides/vs-code-server.html), [oauth2_proxy](https://github.com/pusher/oauth2_proxy) +with a reverse proxy using something like [Pomerium](https://www.pomerium.io/guides/code-server.html), [oauth2_proxy](https://github.com/pusher/oauth2_proxy) or [Cloudflare Access](https://teams.cloudflare.com/access). For HTTPS, you can use a self signed certificate by passing in just `--cert` or