Simple Run-Once Setup #3579
alec-hs
started this conversation in
Show and tell
Replies: 2 comments 5 replies
|
This is awesome! Thanks for sharing 😄 cc @bpmct |
0 replies
|
This is awesome! I see that is solves a dns01 challenge, this is what is needed to also generate LetsEncrypt certificates. This would be perfect for setting a subdomain to proxy ports: https://github.com/cdr/code-server/blob/main/docs/FAQ.md#sub-domains. While ports can be proxied via /proxy/[port], it is less reliable as many services like React are picky and want a root path. Would you be able to add the subdomain aspect to this? I created an issue: alec-hs/coder-cloudflare-setup#1 While the wildcard traffic can't be proxied under cloudflare (grey cloud) it can still be secure with the server's LE certificate. |
5 replies
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.
I really like using Coder when on the move and only have an iPad or tablet with me but don't always want to keep a VM running so I made a script that will get Coder up and running in a few mins with minimal input.
Coder Cloudflare Setup
I have used and tested this with Hetzner Cloud VMs but it should work anywhere, it features the following:
Current tested and supported Distros are:
Any feedback, ideas or suggestions welcome.
All reactions