File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,18 @@ NAT between workspaces and coder server.
22
22
Users connect to the coder server's dashboard and API through its ` ACCESS_URL `
23
23
as well. There must not be a NAT between users and the coder server.
24
24
25
+ Template admins can overwrite the site-wide access URL at the template level by
26
+ leveraging the ` url ` argument when [ defining the Coder provider] ( https://registry.terraform.io/providers/coder/coder/latest/docs#url ) :
27
+
28
+ ``` terraform
29
+ provider "coder" {
30
+ url = "https://coder.namespace.svc.cluster.local"
31
+ }
32
+ ```
33
+
34
+ This is useful when debugging connectivity issues between the workspace agent and
35
+ the Coder server.
36
+
25
37
## Web Apps
26
38
27
39
The coder servers relays dashboard-initiated connections between the user and
You can’t perform that action at this time.
0 commit comments