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
1. Select the Coder icon in the menu bar (macOS) or system tray (Windows), and click the CoderVPN toggle to start the VPN.
99
+
1. Select the Coder icon in the menu bar (macOS) or system tray (Windows), and click the **Coder Connect**toggle to enable the connection.
100
100
101
101
This may take a few moments, as Coder Desktop will download the necessary components from the Coder server if they have been updated.
102
102
103
-
1. macOS: You may be prompted to enter your password to allow CoderVPN to start.
103
+
1. macOS: You may be prompted to enter your password to allow Coder Connect to start.
104
104
105
-
1.CoderVPN is now running!
105
+
1.Coder Desktop is now running!
106
106
107
-
## CoderVPN
107
+
## Coder Connect
108
108
109
-
While active, CoderVPN will list your owned workspaces and configure your system to be able to connect to them over private IPv6 addresses and custom hostnames ending in `.coder`.
109
+
While active, Coder Connect will list the workspaces you own and will configure your system to connect to them over private IPv6 addresses and custom hostnames ending in `.coder`.
110
110
111
111

112
112
@@ -132,14 +132,14 @@ You can also connect to the SSH server in your workspace using any SSH client, s
132
132
ssh your-workspace.coder
133
133
```
134
134
135
-
> ⚠️ Note: Currently, the Coder IDE extensions for VSCode and JetBrains create their own tunnel and do not utilize the CoderVPN tunnel to connect to workspaces.
135
+
> ⚠️ Note: Currently, the Coder IDE extensions for VSCode and JetBrains create their own tunnel and do not utilize the Coder Connect tunnel to connect to workspaces.
136
136
137
137
## Accessing web apps in a secure browser context
138
138
139
139
Some web applications require a [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) to function correctly.
140
140
A browser typically considers an origin secure if the connection is to `localhost`, or over `HTTPS`.
141
141
142
-
As CoderVPN uses its own hostnames and does not provide TLS to the browser, Google Chrome and Firefox will not allow any web APIs that require a secure context.
142
+
As Coder Connect uses its own hostnames and does not provide TLS to the browser, Google Chrome and Firefox will not allow any web APIs that require a secure context.
143
143
144
144
> Note: Despite the browser showing an insecure connection without `HTTPS`, the underlying tunnel is encrypted with WireGuard in the same fashion as other Coder workspace connections (e.g. `coder port-forward`).
145
145
@@ -177,7 +177,7 @@ We are planning some changes to Coder Desktop that will make accessing secure co
177
177
178
178
1. Select **String** on the entry with the same name at the bottom of the list, then select the plus icon on the right.
179
179
180
-
1. In the text field, enter the full workspace hostname, without the `http` scheme and port (e.g. `your-workspace.coder`), and then select the tick icon.
180
+
1. In the text field, enter the full workspace hostname, without the `http` scheme and port: `your-workspace.coder`. Then select the tick icon.
181
181
182
182
If you need to enter multiple URLs, use a comma to separate them.
0 commit comments