Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7df498c

Browse files
committed
fix typo and add postgres
1 parent 58b7546 commit 7df498c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/install/offline.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All Coder features are supported in offline / behind firewalls / in air-gapped e
1010
| 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 |
1111
| STUN | By default, Coder uses Google's public STUN server for direct workspace connections | STUN can be safely [disabled](../cli/coder_server#--derp-server-stun-addresses), users can still connect via [relayed connections](../networking.md#-geo-distribution). Alternatively, you can set a [custom DERP server](../cli/coder_server#--derp-server-stun-addresses) |
1212
| DERP | By default, Coder's built-in DERP relay can be used, or [Tailscale's public relays](../networking.md#relayed-connections). | By default, Coder's built-in DERP relay can be used, or [custom relays](../networking.md#custom-relays). |
13-
| PostgreSQL | If no [PostgreSQL connection URL](../cli/coder_server#--postgres-url) is specified, Coder will download Postgres from [repo1.maven.org](https://repo1.maven.org) | An external database is required, you must specified a [PostgreSQL connection URL](../cli/coder_server#--postgres-url) |
13+
| PostgreSQL | If no [PostgreSQL connection URL](../cli/coder_server#--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/coder_server#--postgres-url) |
1414
| Telemetry | Telemetry is on by default, and [can be disabled](../cli/coder_server#--telemetry) | Telemetry [can be disabled](../cli/coder_server#--telemetry) |
1515

1616
## Offline container images
@@ -167,5 +167,8 @@ coder:
167167
# Only use relayed connections
168168
- name: "CODER_DERP_SERVER_STUN_ADDRESSES"
169169
value: ""
170+
# You must set up an external PostgreSQL database
171+
- name: "CODER_PG_CONNECTION_URL"
172+
value: ""
170173
# ...
171174
```

0 commit comments

Comments
 (0)