https://github.com/bpmct/pomerium-code-server
https://github.com/bpmct/pomerium-code-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpmct/pomerium-code-server
- Owner: bpmct
- Created: 2021-05-21T01:40:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T01:40:28.000Z (about 5 years ago)
- Last Synced: 2025-04-01T17:45:47.281Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pomerium-code-server
docker-compose example with Pomerium and code-server. Requirements:
## Requirements
- Docker and docker-compose
- [mkcert](https://github.com/FiloSottile/mkcert)
## Getting started
1. Clone this project
1. Copy `config.sample.yaml` to `config.yaml`
1. Edit config.yaml with values for an [identity provider](https://www.pomerium.io/docs/identity-providers/) and allowed users
1. Run `./generate-cert.sh` to make a certificate on behalf of localhost
1. Start Pomerium and code-server: `docker-compose up`
1. Access via `https://code.localhost.pomerium.io/`
See the [Pomerium docs](https://pomerium.io/docs/) for more examples and troubleshooting.
Original guide: