You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
pretty.Sprint(cliui.DefaultStyles.Wrap,"WARNING: A rename can result in data loss if a resource references the workspace name in the template (e.g volumes). Please backup any data before proceeding."),
Copy file name to clipboardExpand all lines: examples/web-server/caddy/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This is an example configuration of how to use Coder with [caddy](https://caddys
26
26
-`localhost:3000`: Change to`coder:7080` (Coder container on Docker network)
27
27
-`email@example.com`: Email to request certificates from LetsEncrypt/ZeroSSL (does not have to be Coder admin email)
28
28
-`coder.example.com`: Domain name you're using for Coder.
29
-
-`*.coder.example.com`: Domain name for wildcard apps, commonly used for[dashboard port forwarding](https://coder.com/docs/coder-oss/latest/networking/port-forwarding#dashboard). This is optional and can be removed.
29
+
-`*.coder.example.com`: Domain name for wildcard apps, commonly used for[dashboard port forwarding](https://coder.com/docs/networking/port-forwarding#dashboard). This is optional and can be removed.
30
30
31
31
1. Start Coder. Set`CODER_ACCESS_URL` and`CODER_WILDCARD_ACCESS_URL` to the domain you're using in your Caddyfile.
32
32
@@ -38,7 +38,7 @@ This is an example configuration of how to use Coder with [caddy](https://caddys
38
38
39
39
###Standalone
40
40
41
-
1. If you haven't already,[install Coder](https://coder.com/docs/coder-oss/latest/install)
41
+
1. If you haven't already,[install Coder](https://coder.com/docs/install)
@@ -48,11 +48,11 @@ This is an example configuration of how to use Coder with [caddy](https://caddys
48
48
49
49
-`email@example.com`: Email to request certificates from LetsEncrypt/ZeroSSL (does not have to be Coder admin email)
50
50
-`coder.example.com`: Domain name you're using for Coder.
51
-
-`*.coder.example.com`: Domain name for wildcard apps, commonly used for[dashboard port forwarding](https://coder.com/docs/coder-oss/latest/networking/port-forwarding#dashboard). This is optional and can be removed.
51
+
-`*.coder.example.com`: Domain name for wildcard apps, commonly used for[dashboard port forwarding](https://coder.com/docs/networking/port-forwarding#dashboard). This is optional and can be removed.
52
52
-`localhost:3000`: Address Coder is running on. Modify this if you changed`CODER_HTTP_ADDRESS` in the Coder configuration.
53
53
-_DO NOT CHANGE the`ask http://example.com` line! Doing so will result in your certs potentially not being generated._
54
54
55
-
4.[Configure Coder](https://coder.com/docs/coder-oss/latest/admin/configure) and change the following values:
55
+
4.[Configure Coder](https://coder.com/docs/admin/configure) and change the following values: