Skip to content

add Coder capabilities doc for code-server users #161

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 15 commits into from
Apr 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/jetbrains-launcher-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/manage-users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions guides/code-server-envs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: Managed code-server Environments
description: Learn how Coder can improve your code-server deployment on Kubernetes.
---

If you're deploying [code-server](https://github.com/cdr/code-server) on
Kubernetes, you may want to consider Coder, our solution for developers and
development teams. Coder runs on Kubernetes
and offers the following features in addition to the base
code-server functionality.

## Environment Consistency

- [Manage and distribute workspace images](https://coder.com/docs/images)
- [Build custom workspaces that include your project's dependencies](https://coder.com/docs/images/structure)

![Coder Dashboard](../assets/jetbrains-launcher-icons.png)

## Developer Workflows

- [Connect to workspaces via web: (code-server, JetBrains)](https://coder.com/docs/environments/editors#jetbrains-ides-in-the-browser)
- [Connect to workspaces via SSH or VS Code Remote](https://coder.com/docs/environments/ssh)
- [Sync local files to workspaces](https://coder.com/docs/cli/file-sync)
- [Use Docker and docker-compose in workspaces](https://coder.com/docs/environments/cvms)
- [Access and share web services in workspaces](https://coder.com/docs/environments/devurls)
- [Manage workspaces with the Coder CLI](https://coder.com/docs/cli)
- [Personalize workspaces](https://coder.com/docs/environments/personalization)

![User management icon](../assets/manage-users.png)

## Team Management

- [Implement single-sign-on](https://coder.com/docs/admin/access-control#openid-connect)
- [Assign user roles](https://coder.com/docs/admin/access-control/user-roles)
- [Manage organizations](https://coder.com/docs/admin/access-control/organizations)

![Workspace providers](../assets/workspace-providers-admin.png)

## Operations

- [Add a private image registry](https://coder.com/docs/admin/registries)
- [Manage workspaces in multiple regions or clusters](https://coder.com/docs/admin/environment-management/workspace-providers)

<hr />

## Getting Started

Coder is free to try for 60 days. See our [install
guide](https://coder.com/docs/setup) for additional details.
49 changes: 49 additions & 0 deletions guides/deployments/code-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: Managed code-server Environments
description: Learn how Coder can improve your code-server deployment on Kubernetes.
---

If you're deploying [code-server](https://github.com/cdr/code-server) on
Kubernetes, you may want to consider Coder, our solution for developers and
development teams. Coder runs on Kubernetes
and offers the following features in addition to the base
code-server functionality.

## Environment Consistency

- [Manage and distribute workspace images](https://coder.com/docs/images)
- [Build custom workspaces that include your project's dependencies](https://coder.com/docs/images/structure)

![Coder Dashboard](../../assets/jetbrains-launcher-icons.png)

## Developer Workflows

- [Connect to workspaces via web: (code-server, JetBrains)](https://coder.com/docs/environments/editors#jetbrains-ides-in-the-browser)
- [Connect to workspaces via SSH or VS Code Remote](https://coder.com/docs/environments/ssh)
- [Sync local files to workspaces](https://coder.com/docs/cli/file-sync)
- [Use Docker and docker-compose in workspaces](https://coder.com/docs/environments/cvms)
- [Access and share web services in workspaces](https://coder.com/docs/environments/devurls)
- [Manage workspaces with the Coder CLI](https://coder.com/docs/cli)
- [Personalize workspaces](https://coder.com/docs/environments/personalization)

![User management icon](../../assets/manage-users.png)

## Team Management

- [Implement single-sign-on](https://coder.com/docs/admin/access-control#openid-connect)
- [Assign user roles](https://coder.com/docs/admin/access-control/user-roles)
- [Manage organizations](https://coder.com/docs/admin/access-control/organizations)

![Workspace providers](../assets/workspace-providers-admin.png)

## Operations

- [Add a private image registry](https://coder.com/docs/admin/registries)
- [Manage workspaces in multiple regions or clusters](https://coder.com/docs/admin/environment-management/workspace-providers)

<hr />

## Getting Started

Coder is free to try for 60 days. See our [install
guide](https://coder.com/docs/setup) for additional details.
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@
{
"path": "./guides/deployments/keycloak.md"
},
{
"path": "./guides/deployments/code-server.md"
},
{
"path": "./guides/deployments/teardown.md"
}
Expand Down