-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I kept our core code intact as much as possible, but this is technically an entirely different plugin now.
- Loading branch information
1 parent
1c29637
commit 838a4ac
Showing
65 changed files
with
1,420 additions
and
5,096 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 |
---|---|---|
@@ -1,37 +1,33 @@ | ||
# Coder Gateway Plugin | ||
|
||
[!["Join us on | ||
Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache=true&logo=discord&colorB=purple)](https://discord.gg/coder) | ||
Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) | ||
[![Coder Gateway Plugin Build](https://github.com/coder/jetbrains-coder/actions/workflows/build.yml/badge.svg)](https://github.com/coder/jetbrains-coder/actions/workflows/build.yml) | ||
|
||
<!-- Plugin description --> | ||
The Coder Gateway plugin lets you open [Coder](https://github.com/coder/coder) | ||
workspaces in your JetBrains IDEs with a single click. | ||
|
||
**Manage less** | ||
|
||
- Ensure your entire team is using the same tools and resources | ||
- Rollout critical updates to your developers with one command | ||
- Automatically shut down expensive cloud resources | ||
- Keep your source code and data behind your firewall | ||
|
||
**Code more** | ||
|
||
- Build and test faster | ||
- Leveraging cloud CPUs, RAM, network speeds, etc. | ||
- Access your environment from any place on any client (even an iPad) | ||
- Onboard instantly then stay up to date continuously | ||
|
||
<!-- Plugin description end --> | ||
|
||
## Getting Started | ||
|
||
1. Install [Jetbrains Gateway](https://www.jetbrains.com/remote-development/gateway/) | ||
2. [Install this plugin from the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/19620-coder/). | ||
Alternatively, if you launch a JetBrains IDE from the Coder dashboard, this | ||
plugin will be automatically installed. | ||
|
||
It is also possible to install this plugin in a local JetBrains IDE and then use | ||
`File` > `Remote Development`. | ||
# Coder Toolbox Gateway Plugin | ||
|
||
[!["Join us on | ||
Discord"](https://img.shields.io/badge/join-us%20on%20Discord-gray.svg?longCache=true&logo=discord&colorB=purple)](https://discord.gg/coder) | ||
Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) | ||
[![Coder Gateway Plugin Build](https://github.com/coder/jetbrains-coder/actions/workflows/build.yml/badge.svg)](https://github.com/coder/jetbrains-coder/actions/workflows/build.yml) | ||
|
||
<!-- Plugin description --> | ||
The Coder Toolbox Gateway plugin lets you open [Coder](https://github.com/coder/coder) | ||
workspaces from Toolbox with a single click. | ||
|
||
**Manage less** | ||
|
||
- Ensure your entire team is using the same tools and resources | ||
- Rollout critical updates to your developers with one command | ||
- Automatically shut down expensive cloud resources | ||
- Keep your source code and data behind your firewall | ||
|
||
**Code more** | ||
|
||
- Build and test faster | ||
- Leveraging cloud CPUs, RAM, network speeds, etc. | ||
- Access your environment from any place on any client (even an iPad) | ||
- Onboard instantly then stay up to date continuously | ||
|
||
<!-- Plugin description end --> | ||
|
||
## Getting Started | ||
|
||
Gateway in Toolbox and this plugin are still in development. Steps to | ||
use Toolbox with Coder will come soon, but see the contributing doc | ||
if you want to contribute. |
Oops, something went wrong.