From 97a53d95ab30ce01014ace93170d834120f3b9b2 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 5 May 2022 22:37:54 +0000 Subject: [PATCH 1/6] fix typo --- docs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 1cd14e0d0c8ee..4b1ee5375e502 100644 --- a/docs/README.md +++ b/docs/README.md @@ -84,7 +84,7 @@ coder templates update gcp-linux - [Manage templates](./templates.md#manage-templates) - [Persistent and ephemeral resources](./templates.md#persistent-and-ephemeral-resources) - - [Variables](./templates.md#variables) + - [Parameters](./templates.md#parameters) - [Workspaces](./workspaces.md) - [Create workspaces](./workspaces.md#create-workspaces) - [Connect with SSH](./workspaces.md#connect-with-ssh) @@ -100,6 +100,6 @@ Read the [contributing docs](./CONTRIBUTING.md). -| Name | Start Date | First PR Date |Organization| GitHub User Link | -| ------------- | :--------: | :-----------: |:----------:| ------------------------------: | -| Mathias Fredriksson | 04/25/2022 | 04/25/2022 | [Coder](https://github.com/coder) | [mafredri](https://github.com/mafredri) | +| Name | Start Date | First PR Date | Organization | GitHub User Link | +| ------------------- | :--------: | :-----------: | :-------------------------------: | --------------------------------------: | +| Mathias Fredriksson | 04/25/2022 | 04/25/2022 | [Coder](https://github.com/coder) | [mafredri](https://github.com/mafredri) | From 6a587869484e66bc5231873a7e6f0ad0e6144a37 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 5 May 2022 23:01:29 +0000 Subject: [PATCH 2/6] feat: add comparison table --- docs/README.md | 1 + docs/about.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/docs/README.md b/docs/README.md index 4b1ee5375e502..91ac3b1be1499 100644 --- a/docs/README.md +++ b/docs/README.md @@ -80,6 +80,7 @@ coder templates update gcp-linux - [Why remote development](about.md#why-remote-development) - [Why Coder](about.md#why-coder) - [What Coder is not](about.md#what-coder-is-not) + - [Comparison: Coder vs. [product]](about.md#comparison) - [Templates](./templates.md) - [Manage templates](./templates.md#manage-templates) - [Persistent and ephemeral diff --git a/docs/about.md b/docs/about.md index 68e8662cb1dab..eb0f5e5513d31 100644 --- a/docs/about.md +++ b/docs/about.md @@ -70,6 +70,20 @@ Azure, Google Cloud, Kubernetes, and more. - Coder is not a SaaS/fully-managed offering. You must host Coder on a cloud service (AWS, Azure, GCP) or your private data center. +## Comparison + +Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./about.md#what-coder-is-not). + + +| Tool | Type | Self-hosted version | Hosted version | Availability | Supported Platforms | +| :------------------------------------------------------------------ | :---------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Coder](https://github.com/coder/coder) | Platform, many workspaces and teams | ✅ | | Open source (paid version soon) | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 | +| [Coder (Classic)](https://coder.com/docs) | Platform, many workspaces and teams | ✅ | | Proprietary/paid license | Any Kubernetes cluster: Linux Containers | +| [GitHub Codespaces](https://github.com/features/codespaces) | Platform: solo or team | Only GitHub Enterprise Cloud | ✅ | Open source/paid | Linux containers | +| [Gitpod](https://gitpod.io) | Platform: solo or team | ✅ | ✅ | Proprietary/paid | Linux containers | +| [code-server](https://github.com/cdr/code-server) | Web IDE: solo developer | ✅ | | Open source | Linux, Mac, Windows, containers, VMs, amd64, arm64 | +| [openvscode-server](https://github.com/gitpod-io/openvscode-server) | Web IDE: solo developer | ✅ | | Open source | Linux, Mac, Windows, containers, VMs, amd64, arm64 | + --- Next: [Templates](./templates.md) From b4712e2c9d16c5d448d2cd6fa83c4af9ee45e9e6 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 6 May 2022 11:59:35 -0500 Subject: [PATCH 3/6] Update docs/about.md Co-authored-by: Katie Horne --- docs/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about.md b/docs/about.md index eb0f5e5513d31..4620f5b7102f0 100644 --- a/docs/about.md +++ b/docs/about.md @@ -78,7 +78,7 @@ Please file [an issue](https://github.com/coder/coder/issues/new) if any informa | Tool | Type | Self-hosted version | Hosted version | Availability | Supported Platforms | | :------------------------------------------------------------------ | :---------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | | [Coder](https://github.com/coder/coder) | Platform, many workspaces and teams | ✅ | | Open source (paid version soon) | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 | -| [Coder (Classic)](https://coder.com/docs) | Platform, many workspaces and teams | ✅ | | Proprietary/paid license | Any Kubernetes cluster: Linux Containers | +| [Coder (Classic)](https://coder.com/docs) | Platform: multiple workspaces and teams | ✅ | | Proprietary/paid license | Any Kubernetes cluster: Linux Containers | | [GitHub Codespaces](https://github.com/features/codespaces) | Platform: solo or team | Only GitHub Enterprise Cloud | ✅ | Open source/paid | Linux containers | | [Gitpod](https://gitpod.io) | Platform: solo or team | ✅ | ✅ | Proprietary/paid | Linux containers | | [code-server](https://github.com/cdr/code-server) | Web IDE: solo developer | ✅ | | Open source | Linux, Mac, Windows, containers, VMs, amd64, arm64 | From a169eaca9ec7b237bb73e0b05716524cbaef7ee8 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 6 May 2022 11:59:41 -0500 Subject: [PATCH 4/6] Update docs/about.md Co-authored-by: Katie Horne --- docs/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about.md b/docs/about.md index 4620f5b7102f0..54618364ad64f 100644 --- a/docs/about.md +++ b/docs/about.md @@ -75,7 +75,7 @@ Azure, Google Cloud, Kubernetes, and more. Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./about.md#what-coder-is-not). -| Tool | Type | Self-hosted version | Hosted version | Availability | Supported Platforms | +| Tool | Type | Self-hosted version | Hosted version | Availability | Supported platforms | | :------------------------------------------------------------------ | :---------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | | [Coder](https://github.com/coder/coder) | Platform, many workspaces and teams | ✅ | | Open source (paid version soon) | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 | | [Coder (Classic)](https://coder.com/docs) | Platform: multiple workspaces and teams | ✅ | | Proprietary/paid license | Any Kubernetes cluster: Linux Containers | From 963acc46bb9bf637d808492f1e9d9c93944058da Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 6 May 2022 11:59:45 -0500 Subject: [PATCH 5/6] Update docs/about.md Co-authored-by: Katie Horne --- docs/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about.md b/docs/about.md index 54618364ad64f..860610b981594 100644 --- a/docs/about.md +++ b/docs/about.md @@ -77,7 +77,7 @@ Please file [an issue](https://github.com/coder/coder/issues/new) if any informa | Tool | Type | Self-hosted version | Hosted version | Availability | Supported platforms | | :------------------------------------------------------------------ | :---------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [Coder](https://github.com/coder/coder) | Platform, many workspaces and teams | ✅ | | Open source (paid version soon) | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 | +| [Coder](https://github.com/coder/coder) | Platform: multiple workspaces and teams | ✅ | | Open source (paid version soon) | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 | | [Coder (Classic)](https://coder.com/docs) | Platform: multiple workspaces and teams | ✅ | | Proprietary/paid license | Any Kubernetes cluster: Linux Containers | | [GitHub Codespaces](https://github.com/features/codespaces) | Platform: solo or team | Only GitHub Enterprise Cloud | ✅ | Open source/paid | Linux containers | | [Gitpod](https://gitpod.io) | Platform: solo or team | ✅ | ✅ | Proprietary/paid | Linux containers | From 4f48768821a3395f5a45ba622ceffeea656d4c51 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 10 May 2022 16:15:37 +0000 Subject: [PATCH 6/6] chore: remove gitpod --- docs/about.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/about.md b/docs/about.md index eb0f5e5513d31..3535c06a0c935 100644 --- a/docs/about.md +++ b/docs/about.md @@ -75,14 +75,12 @@ Azure, Google Cloud, Kubernetes, and more. Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./about.md#what-coder-is-not). -| Tool | Type | Self-hosted version | Hosted version | Availability | Supported Platforms | -| :------------------------------------------------------------------ | :---------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [Coder](https://github.com/coder/coder) | Platform, many workspaces and teams | ✅ | | Open source (paid version soon) | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 | -| [Coder (Classic)](https://coder.com/docs) | Platform, many workspaces and teams | ✅ | | Proprietary/paid license | Any Kubernetes cluster: Linux Containers | -| [GitHub Codespaces](https://github.com/features/codespaces) | Platform: solo or team | Only GitHub Enterprise Cloud | ✅ | Open source/paid | Linux containers | -| [Gitpod](https://gitpod.io) | Platform: solo or team | ✅ | ✅ | Proprietary/paid | Linux containers | -| [code-server](https://github.com/cdr/code-server) | Web IDE: solo developer | ✅ | | Open source | Linux, Mac, Windows, containers, VMs, amd64, arm64 | -| [openvscode-server](https://github.com/gitpod-io/openvscode-server) | Web IDE: solo developer | ✅ | | Open source | Linux, Mac, Windows, containers, VMs, amd64, arm64 | +| Tool | Type | Self-hosted version | Hosted version | Availability | Supported Platforms | +| :---------------------------------------------------------- | :---------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Coder](https://github.com/coder/coder) | Platform, many workspaces and teams | ✅ | | Open source (paid version soon) | All [Terraform](https://www.terraform.io/registry/providers) resources, all clouds, multi-architecture: Linux, Mac, Windows, containers, VMs, amd64, arm64 | +| [Coder (Classic)](https://coder.com/docs) | Platform, many workspaces and teams | ✅ | | Proprietary/paid license | Any Kubernetes cluster: Linux Containers | +| [GitHub Codespaces](https://github.com/features/codespaces) | Platform: solo or team | Only GitHub Enterprise Cloud | ✅ | Open source/paid | Linux containers | +| [code-server](https://github.com/cdr/code-server) | Web IDE: solo developer | ✅ | | Open source | Linux, Mac, Windows, containers, VMs, amd64, arm64 | ---