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
Copy file name to clipboardExpand all lines: docs/user-guides/desktop/index.md
+21-9Lines changed: 21 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,17 @@ Before you can use Coder Desktop, you will need to sign in.
75
75
76
76
1. Open the Desktop menu and select **Sign in**:
77
77
78
-
<Imageheight="325px"src="../../images/user-guides/desktop/coder-desktop-pre-sign-in.png"alt="Coder Desktop menu before the user signs in"align="center" />
78
+
<divclass="tabs">
79
+
80
+
## macOS
81
+
82
+
<Imageheight="325px"src="../../images/user-guides/desktop/coder-desktop-mac-pre-sign-in.png"alt="Coder Desktop menu before the user signs in"align="center" />
83
+
84
+
## Windows
85
+
86
+
<Imageheight="325px"src="../../images/user-guides/desktop/coder-desktop-win-pre-sign-in.png"alt="Coder Desktop menu before the user signs in"align="center" />
87
+
88
+
</div>
79
89
80
90
1. In the **Sign In** window, enter your Coder deployment's URL and select **Next**:
81
91
@@ -101,17 +111,19 @@ Before you can use Coder Desktop, you will need to sign in.
1. Select the Coder icon in the menu bar (macOS) or system tray (Windows), and click the CoderVPN toggle to start the VPN.
114
+
1. Select the Coder icon in the menu bar (macOS) or system tray (Windows), and click the **Coder Connect** toggle to enable the connection.
115
+
116
+

105
117
106
118
This may take a few moments, as Coder Desktop will download the necessary components from the Coder server if they have been updated.
107
119
108
-
1. macOS: You may be prompted to enter your password to allow CoderVPN to start.
120
+
1. macOS: You may be prompted to enter your password to allow Coder Connect to start.
109
121
110
-
1.CoderVPN is now running!
122
+
1.Coder Connect is now running!
111
123
112
-
## CoderVPN
124
+
## Coder Connect
113
125
114
-
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`.
126
+
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`.
115
127
116
128

117
129
@@ -138,14 +150,14 @@ You can also connect to the SSH server in your workspace using any SSH client, s
138
150
```
139
151
140
152
> [!NOTE]
141
-
> Currently, the Coder IDE extensions for VSCode and JetBrains create their own tunnel and do not utilize the CoderVPN tunnel to connect to workspaces.
153
+
> 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.
142
154
143
155
## Accessing web apps in a secure browser context
144
156
145
157
Some web applications require a [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) to function correctly.
146
158
A browser typically considers an origin secure if the connection is to `localhost`, or over `HTTPS`.
147
159
148
-
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.
160
+
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.
149
161
150
162
> [!NOTE]
151
163
> 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`).
@@ -184,7 +196,7 @@ We are planning some changes to Coder Desktop that will make accessing secure co
184
196
185
197
1. Select **String** on the entry with the same name at the bottom of the list, then select the plus icon on the right.
186
198
187
-
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.
199
+
1. In the text field, enter the full workspace hostname, without the `http` scheme and port: `your-workspace.coder`. Then select the tick icon.
188
200
189
201
If you need to enter multiple URLs, use a comma to separate them.
0 commit comments