Skip to content

Commit 84da605

Browse files
authored
docs: add template-level URL override (#6212)
1 parent 4cbbd13 commit 84da605

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/networking.md

+12
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ NAT between workspaces and coder server.
2222
Users connect to the coder server's dashboard and API through its `ACCESS_URL`
2323
as well. There must not be a NAT between users and the coder server.
2424

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+
2537
## Web Apps
2638

2739
The coder servers relays dashboard-initiated connections between the user and

0 commit comments

Comments
 (0)