docs: add contact us form for sales; improve enterprise page (#5459)

Co-authored-by: Geoffrey Huntley <ghuntley@ghuntley.com>
This commit is contained in:
sharkymark 2022-12-20 07:01:28 -06:00 committed by GitHub
parent ca31f1b782
commit 86257ce7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 24 deletions

View File

@ -22,10 +22,11 @@ curl -L https://coder.com/install.sh | sh
```
The script will unpack the new `coder` binary version over the one currently installed.
Next, you can restart Coder with the following command (if running it as a system
Next, you can restart Coder with the following commands (if running it as a system
service):
```console
systemctl daemon-reload
systemctl restart coder
```

View File

@ -1,35 +1,31 @@
# Enterprise Features
Coder is free to use and includes some features that are only accessible with a paid license.
Contact sales@coder.com to obtain a license.
[Contact Sales](https://coder.com/contact) for pricing or [get a free
trial](https://coder.com/trial).
### User Management
| Category | Feature | Open Source | Enterprise |
| --------------- | --------------------------------------------------------------------------- | :------------: | :--------: |
| User Management | [Groups](./admin/groups.md) | | X |
| User Management | [OIDC](./admin/auth.md) | X<sup>\*</sup> | X |
| User Management | [SCIM](./admin/auth.md#scim) | | X |
| Governance | [Audit Logging](./admin/audit-logs.md) | | X |
| Governance | [Browser Only Connections](./networking.md#browser-only-connections) | | X |
| Governance | [Template Access Control](./admin/rbac.md) | | X |
| Cost Control | [Quotas](./admin/quotas.md) | | X |
| Cost Control | [Max Workspace Auto-Stop](./templates.md#configure-max-workspace-auto-stop) | | X |
| Deployment | [High Availability](./admin/high-availability.md) | | X |
| Deployment | [Service Banners](./admin/service-banners.md) | | X |
| Deployment | [Git Provider Integration](./admin/git-providers.md) | X<sup>\*</sup> | X |
| Deployment | Isolated Terraform Runners | | X |
- [Groups](./admin/groups.md)
- [Template RBAC](./admin/rbac.md)
- [SCIM](./admin/auth.md#scim)
### Networking & Deployment
- [High Availability](./admin/high-availability.md)
- [Browser Only Connections](./networking.md#browser-only-connections)
- [Service Banners](./admin/service-banners.md)
### Other
- [Audit Logging](./admin/audit-logs.md)
- [Quotas](./admin/quotas.md)
### Coming soon
- Multiple Git Provider Authentication
- Max Workspace Auto-Stop
<sup>\*</sup> Free for up to 20 users
## Adding your license key
### Requirements
- Your license key (contact sales@coder.com if you don't have yours)
- Your license key
- Coder CLI installed
### Instructions

View File

@ -86,7 +86,8 @@ $ coder server --derp-config-path derpmap.json
The dashboard (and web apps opened through the dashboard) are served from the
coder server, so they can only be geo-distributed with High Availability mode in
our Enterprise Edition. [Reach out to sales](mailto:sales@coder.com) to learn more.
our Enterprise Edition. [Reach out to Sales](https://coder.com/contact) to learn
more.
## Browser-only connections (enterprise)

View File

@ -70,6 +70,15 @@ coder templates create <template-name>
> [examples/](https://github.com/coder/coder/tree/main/examples/templates)
> directory in the repo.
## Configure Max Workspace Auto-Stop
To control cost, specify a maximum time to live flag for a template in hours or
minutes.
```sh
coder templates create my-template --ttl 4h
```
## Customize templates
Example templates are not designed to support every use (e.g