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
Copy file name to clipboardExpand all lines: docs/admin/high-availability.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ to the same Postgres endpoint.
21
21
HA brings one configuration variable to set in each Coder
22
22
node: `CODER_DERP_SERVER_RELAY_URL`. The HA nodes use these URLs to communicate
23
23
with each other. Inter-node communication is only required while using the
24
-
embedded relay (default). If you're using [custom relays](../networking/README.md#custom-relays), Coder ignores `CODER_DERP_SERVER_RELAY_URL` since Postgres is the sole rendezvous for the Coder nodes.
24
+
embedded relay (default). If you're using [custom relays](../networking/index.md#custom-relays), Coder ignores `CODER_DERP_SERVER_RELAY_URL` since Postgres is the sole rendezvous for the Coder nodes.
25
25
26
26
`CODER_DERP_SERVER_RELAY_URL` will never be `CODER_ACCESS_URL` because
27
27
`CODER_ACCESS_URL` is a load balancer to all Coder nodes.
@@ -57,6 +57,6 @@ Then, increase the number of pods.
Copy file name to clipboardExpand all lines: docs/install/docker.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ an PostgreSQL container and volume.
88
88
89
89
### Docker-based workspace is stuck in "Connecting..."
90
90
91
-
Ensure you have an externally-reachable `CODER_ACCESS_URL` set. See [troubleshooting templates](../templates/README.md#troubleshooting-templates) for more steps.
91
+
Ensure you have an externally-reachable `CODER_ACCESS_URL` set. See [troubleshooting templates](../templates/index.md#troubleshooting-templates) for more steps.
92
92
93
93
### Permission denied while trying to connect to the Docker daemon socket
94
94
@@ -97,4 +97,4 @@ See Docker's official documentation to [Manage Docker as a non-root user](https:
| Terraform binary | By default, Coder downloads Terraform binary from [releases.hashicorp.com](https://releases.hashicorp.com)| Terraform binary must be included in `PATH` for the VM or container image. [Supported versions](https://github.com/coder/coder/blob/main/provisioner/terraform/install.go#L23-L24)|
10
-
| Terraform registry | Coder templates will attempt to download providers from [registry.terraform.io](https://registry.terraform.io) or [custom source addresses](https://developer.hashicorp.com/terraform/language/providers/requirements#source-addresses) specified in each template |[Custom source addresses](https://developer.hashicorp.com/terraform/language/providers/requirements#source-addresses) can be specified in each Coder template, or a custom registry/mirror can be used. More details below |
11
-
| STUN | By default, Coder uses Google's public STUN server for direct workspace connections | STUN can be safely [disabled](../cli/server.md#--derp-server-stun-addresses), users can still connect via [relayed connections](../networking/README.md#-geo-distribution). Alternatively, you can set a [custom DERP server](../cli/server.md#--derp-server-stun-addresses)|
12
-
| DERP | By default, Coder's built-in DERP relay can be used, or [Tailscale's public relays](../networking/README.md#relayed-connections). | By default, Coder's built-in DERP relay can be used, or [custom relays](../networking/README.md#custom-relays). |
13
-
| PostgreSQL | If no [PostgreSQL connection URL](../cli/server.md#--postgres-url) is specified, Coder will download Postgres from [repo1.maven.org](https://repo1.maven.org)| An external database is required, you must specify a [PostgreSQL connection URL](../cli/server.md#--postgres-url)|
14
-
| Telemetry | Telemetry is on by default, and [can be disabled](../cli/server.md#--telemetry)| Telemetry [can be disabled](../cli/server.md#--telemetry)|
15
-
| Update check | By default, Coder checks for updates from [GitHub releases](https:/github.com/coder/coder/releases)| Update checks [can be disabled](../cli/server.md#--update-check)|
| Terraform binary | By default, Coder downloads Terraform binary from [releases.hashicorp.com](https://releases.hashicorp.com)| Terraform binary must be included in `PATH` for the VM or container image. [Supported versions](https://github.com/coder/coder/blob/main/provisioner/terraform/install.go#L23-L24)|
10
+
| Terraform registry | Coder templates will attempt to download providers from [registry.terraform.io](https://registry.terraform.io) or [custom source addresses](https://developer.hashicorp.com/terraform/language/providers/requirements#source-addresses) specified in each template |[Custom source addresses](https://developer.hashicorp.com/terraform/language/providers/requirements#source-addresses) can be specified in each Coder template, or a custom registry/mirror can be used. More details below |
11
+
| STUN | By default, Coder uses Google's public STUN server for direct workspace connections | STUN can be safely [disabled](../cli/server.md#--derp-server-stun-addresses), users can still connect via [relayed connections](../networking/index.md#-geo-distribution). Alternatively, you can set a [custom DERP server](../cli/server.md#--derp-server-stun-addresses)|
12
+
| DERP | By default, Coder's built-in DERP relay can be used, or [Tailscale's public relays](../networking/index.md#relayed-connections). | By default, Coder's built-in DERP relay can be used, or [custom relays](../networking/index.md#custom-relays). |
13
+
| PostgreSQL | If no [PostgreSQL connection URL](../cli/server.md#--postgres-url) is specified, Coder will download Postgres from [repo1.maven.org](https://repo1.maven.org)| An external database is required, you must specify a [PostgreSQL connection URL](../cli/server.md#--postgres-url)|
14
+
| Telemetry | Telemetry is on by default, and [can be disabled](../cli/server.md#--telemetry)| Telemetry [can be disabled](../cli/server.md#--telemetry)|
15
+
| Update check | By default, Coder checks for updates from [GitHub releases](https:/github.com/coder/coder/releases)| Update checks [can be disabled](../cli/server.md#--update-check)|
Copy file name to clipboardExpand all lines: docs/platforms/docker.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Coder with Docker has the following advantages:
74
74
75
75
### Docker-based workspace is stuck in "Connecting..."
76
76
77
-
Ensure you have an externally-reachable `CODER_ACCESS_URL` set. See [troubleshooting templates](../templates/README.md#Troubleshooting) for more steps.
77
+
Ensure you have an externally-reachable `CODER_ACCESS_URL` set. See [troubleshooting templates](../templates/index.md#Troubleshooting) for more steps.
78
78
79
79
### Permission denied while trying to connect to the Docker daemon socket
80
80
@@ -83,5 +83,5 @@ See Docker's official documentation to [Manage Docker as a non-root user](https:
83
83
## Next Steps
84
84
85
85
-[Port-forward](../networking/port-forwarding.md)
86
-
-[Learn more about template configuration](../templates/README.md)
86
+
-[Learn more about template configuration](../templates/index.md)
0 commit comments