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/integrations/jfrog-artifactory.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,9 +129,9 @@ To set this up, follow these steps:
129
129
If you don't want to use the official modules, you can read through the [example template](https://github.com/coder/coder/tree/main/examples/jfrog/docker), which uses Docker as the underlying compute. The
130
130
same concepts apply to all compute types.
131
131
132
-
##Offline Deployments
132
+
##Air-Gapped Deployments
133
133
134
-
See the [offline deployments](../templates/extending-templates/modules.md#offline-installations) section for instructions on how to use Coder modules in an offline environment with Artifactory.
134
+
See the [air-gapped deployments](../templates/extending-templates/modules.md#offline-installations) section for instructions on how to use Coder modules in an offline environment with Artifactory.
| 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
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|
@@ -16,7 +14,7 @@ offline with Kubernetes or Docker.
16
14
| 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
15
| 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
16
19
-
##Offline container images
17
+
##Air-gapped container images
20
18
21
19
The following instructions walk you through how to build a custom Coder server
22
20
image for Docker or Kubernetes
@@ -214,9 +212,9 @@ coder:
214
212
215
213
</div>
216
214
217
-
##Offline docs
215
+
##Air-gapped docs
218
216
219
-
Coder also providesoffline documentation in case you want to host it on your
217
+
Coder also providesair-gapped documentation in case you want to host it on your
220
218
own server. The docs are exported as static files that you can host on any web