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/networking/wildcard-access-url.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ Wildcard access URLs unlock Coder's full potential for modern development workfl
14
14
15
15
The following applications have issues or don't work without wildcard access URLs:
16
16
17
-
-**KasmVNC**: Cannot function with path-based access
18
17
-**Vite dev server**: Hot module replacement and asset serving issues with path-based routing
19
18
-**React dev server**: Similar issues with hot reloading and absolute path references
20
19
-**Next.js development server**: Asset serving and routing conflicts with path-based access
@@ -25,6 +24,10 @@ The following applications have issues or don't work without wildcard access URL
25
24
26
25
`CODER_WILDCARD_ACCESS_URL` is necessary for [port forwarding](port-forwarding.md#dashboard) via the dashboard or running [coder_apps](../templates/index.md) on an absolute path. Set this to a wildcard subdomain that resolves to Coder (e.g. `*.coder.example.com`).
27
26
27
+
> [!TIP]
28
+
> For complete setup instructions, see [Wildcard Access URL Configuration](../setup/index.md#wildcard-access-url) in the main setup guide.
0 commit comments