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

Commite6900bb

Browse files
sharkymarkpull[bot]
authored andcommitted
docs: update port forwarding to state it works without a wildcard with tunnel (#4887)
1 parentc61d093 commite6900bb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

‎docs/networking/port-forwarding.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ For more examples, see `coder port-forward --help`.
4545
##Dashboard
4646

4747
>To enable port forwarding via the dashboard, Coder must be configured with a
48-
>[wildcard access URL](../admin/configure.md#wildcard-access-url).
48+
>[wildcard access URL](../admin/configure.md#wildcard-access-url). If an access
49+
>URL is not specified, Coder will create[a publicly accessible URL](../admin/configure.md#tunnel)
50+
>to reverse proxy the deployment, and port forwarding will work. There is a
51+
>known limitation where if the port forwarding URL length is greater than 63
52+
>characters, port forwarding will not work.
4953
5054
###From an arbitrary port
5155

‎docs/secrets.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<blockquoteclass="info">
44
This article explains how to use secrets in a workspace. To authenticate the
5-
workspace provisioner, see<ahref="./templates/authentication">this</a>.
5+
workspace provisioner, see[this](./admin/auth.md).
66
</blockquote>
77

88
Coder is open-minded about how you get your secrets into your workspaces.
@@ -20,7 +20,7 @@ Often, this workflow is simply:
2020
1. Your users write them to a persistent file after
2121
they've built their workspace
2222

23-
<ahref="./templates#parameters">Template parameters</a> are a dangerous way to accept secrets.
23+
[Template parameters](./templates.md#parameters)> are a dangerous way to accept secrets.
2424
We show parameters in cleartext around the product. Assume anyone with view
2525
access to a workspace can also see its parameters.
2626

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp