8000 rename codervpn to coder connect · coder/coder@699ea48 · GitHub
[go: up one dir, main page]

Skip to content

Commit 699ea48

Browse files
committed
rename codervpn to coder connect
1 parent eddccbc commit 699ea48

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/user-guides/desktop/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@ Before you can use Coder Desktop, you will need to sign in.
9696

9797
<Image height="350px" src="../../images/user-guides/desktop/mac-allow-vpn.png" alt="Copy session token" align="center" />
9898

99-
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.
100100

101101
This may take a few moments, as Coder Desktop will download the necessary components from the Coder server if they have been updated.
102102

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.
104104

105-
1. CoderVPN is now running!
105+
1. Coder Desktop is now running!
106106

107-
## CoderVPN
107+
## Coder Connect
108108

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`.
110110

111111
![Coder Desktop list of workspaces](../../images/user-guides/desktop/coder-desktop-workspaces.png)
112112

@@ -132,14 +132,14 @@ You can also connect to the SSH server in your workspace using any SSH client, s
132132
ssh your-workspace.coder
133133
```
134134

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.
136136
137137
## Accessing web apps in a secure browser context
138138

139139
Some web applications require a [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) to function correctly.
140140
A browser typically considers an origin secure if the connection is to `localhost`, or over `HTTPS`.
141141

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.
143143

144144
> 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`).
145145
@@ -177,7 +177,7 @@ We are planning some changes to Coder Desktop that will make accessing secure co
177177

178178
1. Select **String** on the entry with the same name at the bottom of the list, then select the plus icon on the right.
179179

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.
181181

182182
If you need to enter multiple URLs, use a comma to separate them.
183183

0 commit comments

Comments
 (0)
0