Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8e4cf9

Browse files
bpmctkhorne3
andauthored
feat: add comparison to docs (coder#1315)
* fix typo * feat: add comparison table * Update docs/about.md Co-authored-by: Katie Horne <[email protected]> * Update docs/about.md Co-authored-by: Katie Horne <[email protected]> * Update docs/about.md Co-authored-by: Katie Horne <[email protected]> * chore: remove gitpod Co-authored-by: Katie Horne <[email protected]>
1 parent 47f1fd5 commit e8e4cf9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,12 @@ coder templates update gcp-linux
8282
- [Why remote development](about.md#why-remote-development)
8383
- [Why Coder](about.md#why-coder)
8484
- [What Coder is not](about.md#what-coder-is-not)
85+
- [Comparison: Coder vs. [product]](about.md#comparison)
8586
- [Templates](./templates.md)
8687
- [Manage templates](./templates.md#manage-templates)
8788
- [Persistent and ephemeral
8889
resources](./templates.md#persistent-and-ephemeral-resources)
89-
- [Variables](./templates.md#variables)
90+
- [Parameters](./templates.md#parameters)
9091
- [Workspaces](./workspaces.md)
9192
- [Create workspaces](./workspaces.md#create-workspaces)
9293
- [Connect with SSH](./workspaces.md#connect-with-ssh)
@@ -102,6 +103,7 @@ Read the [contributing docs](./CONTRIBUTING.md).
102103

103104
<!--- Add your row by date (mm/dd/yyyy), most recent date at end of list --->
104105

106+
105107
| Name | Start Date | First PR Date | Organization | GitHub User Link |
106108
| ------------------- | :--------: | :-----------: | :-------------------------------: | ------------------------------------------: |
107109
| Mathias Fredriksson | 04/25/2022 | 04/25/2022 | [Coder](https://github.com/coder) | [mafredri](https://github.com/mafredri) |

docs/about.md

+12
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,18 @@ Azure, Google Cloud, Kubernetes, and more.
7070
- Coder is not a SaaS/fully-managed offering. You must host
7171
Coder on a cloud service (AWS, Azure, GCP) or your private data center.
7272

73+
## Comparison
74+
75+
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).
76+
77+
78+
| Tool | Type | Self-hosted version | Hosted version | Availability | Supported platforms |
79+
| :---------------------------------------------------------- | :-------------------------------------- | :--------------------------- | :------------- | :------------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------- |
80+
| [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 |
81+
| [Coder (Classic)](https://coder.com/docs) | Platform: multiple workspaces and teams || | Proprietary/paid license | Any Kubernetes cluster: Linux Containers |
82+
| [GitHub Codespaces](https://github.com/features/codespaces) | Platform: solo or team | Only GitHub Enterprise Cloud || Open source/paid | Linux containers |
83+
| [code-server](https://github.com/cdr/code-server) | Web IDE: solo developer || | Open source | Linux, Mac, Windows, containers, VMs, amd64, arm64 |
84+
7385
---
7486

7587
Next: [Templates](./templates.md)

0 commit comments

Comments
 (0)