-
Notifications
You must be signed in to change notification settings - Fork 903
docs(ides): document connection via JetBrains Fleet #13179
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
9e4f4cb
docs: add docs to connect via JetBrains Fleet
matifali 3e228ed
Create fleet.md
matifali e0543d3
Update fleet.md
matifali 6737647
Create ssh-connect-to-coder.png
matifali 10edff4
Add files via upload
matifali 898f0e6
`make fmt`
matifali b1f0dbb
Update fleet.md
matifali 9e87ea7
Update docs/ides/fleet.md
matifali 71bb3e5
Update fleet.md
matifali File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# JetBrains Fleet | ||
|
||
JetBrainsFleet comes with essential features out of the box, allowing you to be | ||
productive immediately. Just one click transforms Fleet from a lightweight | ||
editor into a powerful IDE. | ||
matifali marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
[See JetBrains' website to learn about Fleet](https://www.jetbrains.com/fleet/) | ||
|
||
Fleet can connect to a Coder workspace by following these steps. | ||
|
||
1. [Install Fleet](https://www.jetbrains.com/fleet/download) | ||
2. Install Coder CLI | ||
```shell | ||
curl -L https://coder.com/install.sh | sh | ||
``` | ||
3. Login and configure Coder SSH. | ||
```shell | ||
coder login coder.example.com | ||
coder config-ssh | ||
``` | ||
4. Connect via SSH with the Host set to `coder.workspace-name` | ||
 | ||
|
||
> If you experience problems, please | ||
> [create a GitHub issue](https://github.com/coder/coder/issues) or share in | ||
> [our Discord channel](https://discord.gg/coder). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.