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
| 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)|
12
-
| 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 |
| 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)|
12
+
| 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 |
13
13
| STUN | By default, Coder uses Google's public STUN server for direct workspace connections | STUN can be safely [disabled](../reference/ users can still connect via [relayed connections](../networking/index.md#-geo-distribution). Alternatively, you can set a [custom DERP server](../reference/cli/server.md#--derp-server-stun-addresses)|
14
-
| 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). |
15
-
| PostgreSQL | If no [PostgreSQL connection URL](../reference/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](../reference/cli/server.md#--postgres-url)|
16
-
| Telemetry | Telemetry is on by default, and [can be disabled](../reference/cli/server.md#--telemetry)| Telemetry [can be disabled](../reference/cli/server.md#--telemetry)|
17
-
| Update check | By default, Coder checks for updates from [GitHub releases](https:/github.com/coder/coder/releases)| Update checks [can be disabled](../reference/cli/server.md#--update-check)|
14
+
| 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). |
15
+
| PostgreSQL | If no [PostgreSQL connection URL](../reference/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](../reference/cli/server.md#--postgres-url)|
16
+
| Telemetry | Telemetry is on by default, and [can be disabled](../reference/cli/server.md#--telemetry)| Telemetry [can be disabled](../reference/cli/server.md#--telemetry)|
17
+
| Update check | By default, Coder checks for updates from [GitHub releases](https:/github.com/coder/coder/releases)| Update checks [can be disabled](../reference/cli/server.md#--update-check)|
18
18
19
19
## Offline container images
20
20
@@ -223,9 +223,9 @@ server, as demonstrated in the example below:
223
223
3. Extract the file and move its contents to your server folder.
224
224
4. If you are using NodeJS, you can execute the following command:
225
225
`cd docs && npx http-server .`
226
-
5. Set the [CODER_DOCS_URL](../reference/cli/server.md#--docs-url) environment variable to
227
-
use the URL of your hosted docs. This way, the Coder UI will reference the
228
-
documentation from your specified URL.
226
+
5. Set the [CODER_DOCS_URL](../reference/cli/server.md#--docs-url) environment
227
+
variable to use the URL of your hosted docs. This way, the Coder UI will
228
+
reference the documentation from your specified URL.
229
229
230
230
With these steps, you'll have the Coder documentation hosted on your server and
0 commit comments