@@ -92,7 +92,7 @@ accessible by users outside of the Coder deployment.
92
92
93
93
![ Port forwarding from an app in the UI] ( ../images/networking/portforwarddashboard.png )
94
94
95
- ### Accessing workspace ports
95
+ ## Accessing workspace ports
96
96
97
97
Another way to port forward in the dashboard is to use the "Open Ports" button
98
98
to specify an arbitrary port. Coder will also detect if apps inside the
@@ -101,7 +101,7 @@ only supported on Windows and Linux workspace agents).
101
101
102
102
![ Port forwarding in the UI] ( ../images/networking/listeningports.png )
103
103
104
- #### Sharing ports
104
+ ### Sharing ports
105
105
106
106
We allow developers to share ports as URLs, either with other authenticated
107
107
coder users or publicly. Using the open ports interface, developers can assign a
@@ -126,7 +126,7 @@ defined using the terraform provider can be overridden by sharing the port.
126
126
The sharing level is limited by the maximum level enforced by the template
127
127
in enterprise deployments, and not restricted in OSS deployments.
128
128
129
- #### Configure maximum port sharing level (enterprise)
129
+ ### Configure maximum port sharing level (enterprise)
130
130
131
131
Enterprise-licensed template admins can control the maximum port sharing level
132
132
for workspaces under a given template in the template settings. By default, the
@@ -136,7 +136,7 @@ end-users. OSS deployments allow all workspaces to share ports at both the
136
136
137
137
![ Max port sharing level in the UI] ( ../images/networking/portsharingmax.png )
138
138
139
- #### Configuring port protocol
139
+ ### Configuring port protocol
140
140
141
141
Both listening and shared ports can be configured to use either ` HTTP ` or
142
142
` HTTPS ` to connect to the port. For listening ports the protocol selector
0 commit comments