mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
docs: improve JetBrains Toolbox connection docs (#18125)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 164 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 166 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 250 KiB |
@@ -1,17 +1,25 @@
|
||||
# JetBrains Toolbox Integration (beta)
|
||||
# JetBrains Toolbox (beta)
|
||||
|
||||
JetBrains Toolbox helps you manage JetBrains products and includes remote development capabilities for connecting to Coder workspaces.
|
||||
|
||||
## Install the Coder plugin for Toolbox
|
||||
## Install the Coder provider for Toolbox
|
||||
|
||||
1. Install [JetBrains Toolbox](https://www.jetbrains.com/toolbox-app/) version 2.6.0.40632 or later.
|
||||
1. Open the Toolbox App.
|
||||
1. From the switcher drop-down, select **Manage Providers**.
|
||||
1. In the **Providers** window, under the Available node, locate the **Coder** provider and click **Install**.
|
||||
|
||||
1. Open Toolbox and navigate to the **Remote Development** section.
|
||||
1. Install the Coder plugin using one of these methods:
|
||||
- Search for `Coder` in the **Remote Development** plugins section.
|
||||
- Use this URI to install directly: `jetbrains://gateway/com.coder.toolbox`.
|
||||
- Download from [JetBrains Marketplace](https://plugins.jetbrains.com/).
|
||||
- Download from [GitHub Releases](https://github.com/coder/coder-jetbrains-toolbox/releases).
|
||||

|
||||
|
||||
## Connect
|
||||
|
||||
1. In the Toolbox App, click **Coder**.
|
||||
1. Enter the URL address and click **Sign In**.
|
||||

|
||||
1. Authenticate to Coder adding a token for the session and click **Connect**.
|
||||

|
||||
After the authentication is completed, you are connected to your development environment and can open and work on projects.
|
||||

|
||||
|
||||
## Use URI parameters
|
||||
|
||||
@@ -40,7 +48,8 @@ For more details, see the [coder-jetbrains-toolbox repository](https://github.co
|
||||
|
||||
To connect to a Coder deployment that uses internal certificates, configure the certificates directly in the Coder plugin settings in JetBrains Toolbox:
|
||||
|
||||
1. Click the settings icon (⚙) in the lower left corner of JetBrains Toolbox.
|
||||
1. In the Toolbox App, click **Coder**.
|
||||
1. Click the (⋮) next to the username in top right corner.
|
||||
1. Select **Settings**.
|
||||
1. Go to the **Coder** section.
|
||||
1. Add your certificate path in the **CA Path** field.
|
||||

|
||||
|
||||
Reference in New Issue
Block a user