-
Notifications
You must be signed in to change notification settings - Fork 874
docs: add jetbrains toolbox steps #17661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -218,6 +218,68 @@ Please ask your administrator to install the JetBrains Gateway backend in the wo | |||
[Here is the JetBrains article](https://www.jetbrains.com/help/idea/remote-development-troubleshooting.html#setup:~:text=Can%20I%20point%20Remote%20Development%20to%20an%20existing%20IDE%20on%20my%20remote%20server%3F%20Is%20it%20possible%20to%20install%20IDE%20manually%3F) | |||
explaining this IDE specification. | |||
|
|||
## JetBrains Toolbox Integration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## JetBrains Toolbox Integration | |
## JetBrains Toolbox Integration |
What do you think about moving this to a new page? More docs and screenshots will be coming up. Also, this page feels a bit long already.
- Use this URI to install directly: `jetbrains://gateway/com.coder.toolbox`. | ||
- Download from [JetBrains Marketplace](https://plugins.jetbrains.com/). | ||
|
||
### Use URI parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to link to https://github.com/coder/coder-jetbrains-toolbox#connect-to-a-coder-workspace-via-jetbrains-toolbox-uri
and the docs say that token
is also required. So one of these may be incorrect.
<div class="tabs"> | ||
|
||
#### Linux | ||
|
||
```shell | ||
keytool -import -alias coder -file <path-to-certificate> -keystore "<toolbox-installation>/jbr/lib/security/cacerts" | ||
``` | ||
|
||
#### macOS | ||
|
||
```shell | ||
keytool -import -alias coder -file <path-to-certificate> -keystore "$HOME/Library/Application Support/JetBrains/Toolbox/jbr/Contents/Home/lib/security/cacerts" | ||
``` | ||
|
||
#### Windows | ||
|
||
```shell | ||
keytool -import -alias coder -file <path-to-certificate> -keystore "%USERPROFILE%\AppData\Local\JetBrains\Toolbox\jbr\lib\security\cacerts" | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
closes #16883
preview