Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84da605

Browse files
authored
docs: add template-level URL override (#6212)
1 parent4cbbd13 commit84da605

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎docs/networking.md

Lines changed: 12 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp