Replies: 1 comment 1 reply
-
|
I'm happy to submit a PR to make these fixes, but I wanted to create this discussion first to make sure I set it up as intended. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just a bit of feedback on my setup journey, I ultimately got it working and this may be more clear to others:
I was a bit confused when following the quick start guide for docker-compose. I saw it used a localhost proxy, and that made sense to me, but I wasn't sure if I needed to use autocert or not.
I assumed autocert would probably fail with the localhost URL, so I went the self-signed wildcard certificate route. Edit: I tested afterwards, and yes it did fail.
This worked as expected, except for a little hiccup where I needed to install mkcert with homebrew instead.
After that though, it took a bit more searching on how to ultimately mount those certificates, AND add to
config.yaml. Given the example uses the localhost URL, I think it would make sense to add a bit more detail to that. It kind of felt like I was diverging from the guide and doing something wrong since I had to find two additional guides. Maybe I was?I ultimately got it working though:
https://github.com/bpmct/pomerium-code-server
Beta Was this translation helpful? Give feedback.
All reactions