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
chore: update port forward dashboard docs for coder_app, sharing, and showing running processes (coder#4876)
* chore: update port forward dashboard docs for coder_app and sharing
* Update docs/networking/port-forwarding.md
Co-authored-by: Ben Potter <[email protected]>
Use the "Port forward" button in the dashboard to access ports
51
-
running on your workspace.
50
+
### From an arbitrary port
51
+
52
+
One way to port forward in the dashboard is to use the "Port forward" button to specify an arbitrary port. Coder will also detect if processes are running, and will list them below the port picklist to click an open the running processes in the browser.
52
53
53
54

54
55
56
+
### From an coder_app resource
57
+
58
+
Another way to port forward is to configure a `coder_app` resource in the workspace's template. This approach shows a visual application icon in the dashboard. See the following `coder_app` example for a Node React app and note the `subdomain` and `share` settings:
Valid `share` values include `owner` - private to the user, `authenticated` - accessible by any user authenticated to the Coder deployment, and `public` - accessible by users outside of the Coder deployment.
80
+
81
+

82
+
55
83
## SSH
56
84
57
85
First, [configure SSH](../ides.md#ssh-configuration) on your
0 commit comments