pomerium-code-server

Stars
5

pomerium-code-server

docker-compose example with Pomerium and code-server. Requirements:

Requirements

  • Docker and docker-compose

  • mkcert

Getting started

  1. Clone this project
  2. Copy config.sample.yaml to config.yaml
  3. Edit config.yaml with values for an identity provider and allowed users
  4. Run ./generate-cert.sh to make a certificate on behalf of localhost
  5. Start Pomerium and code-server: docker-compose up
  6. Access via https://code.localhost.pomerium.io/

See the Pomerium docs for more examples and troubleshooting.

Original guide: https://pomerium.io/guides/vs-code-server.html#background