From cced03e5287bac7fa92243203e1f242064553d2c Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Mon, 28 Oct 2024 20:17:35 +0000 Subject: [PATCH] fixed enterprise referencesg --- docs/admin/infrastructure/architecture.md | 4 ++-- docs/admin/infrastructure/scale-testing.md | 4 ++-- docs/admin/monitoring/notifications/index.md | 2 +- docs/admin/networking/index.md | 2 +- docs/admin/networking/port-forwarding.md | 6 +++--- docs/admin/security/audit-logs.md | 2 +- .../templates/extending-templates/process-logging.md | 2 +- docs/admin/templates/managing-templates/index.md | 2 +- docs/admin/templates/managing-templates/schedule.md | 8 ++++---- docs/admin/templates/template-permissions.md | 2 +- docs/tutorials/faqs.md | 4 ++-- docs/tutorials/index.md | 7 +++---- docs/user-guides/workspace-access/port-forwarding.md | 2 +- docs/user-guides/workspace-management.md | 2 +- docs/user-guides/workspace-scheduling.md | 4 ++-- 15 files changed, 26 insertions(+), 27 deletions(-) diff --git a/docs/admin/infrastructure/architecture.md b/docs/admin/infrastructure/architecture.md index 3c4e0b1511031..fb351e4da2d18 100644 --- a/docs/admin/infrastructure/architecture.md +++ b/docs/admin/infrastructure/architecture.md @@ -10,11 +10,11 @@ page describes possible deployments, challenges, and risks associated with them. ![Architecture Diagram](../../images/architecture-diagram.png) -## Enterprise +## Premium ![Single Region Architecture Diagram](../../images/architecture-single-region.png) -## Multi-Region Enterprise +## Multi-Region Premium ![Multi Region Architecture Diagram](../../images/architecture-multi-region.png) diff --git a/docs/admin/infrastructure/scale-testing.md b/docs/admin/infrastructure/scale-testing.md index 75d3f00b35f5d..c371f23fd5559 100644 --- a/docs/admin/infrastructure/scale-testing.md +++ b/docs/admin/infrastructure/scale-testing.md @@ -173,8 +173,8 @@ example, running 10 provisioner containers will allow 10 users to start workspaces at the same time. By default, the Coder server runs 3 built-in provisioner daemons, but the -_Enterprise_ Coder release allows for running external provisioners to separate -the load caused by workspace provisioning on the `coderd` nodes. +_Premium_ Coder release allows for running external provisioners to separate the +load caused by workspace provisioning on the `coderd` nodes. #### Scaling formula diff --git a/docs/admin/monitoring/notifications/index.md b/docs/admin/monitoring/notifications/index.md index 48a1d95e0b412..a98fa0b3e8b48 100644 --- a/docs/admin/monitoring/notifications/index.md +++ b/docs/admin/monitoring/notifications/index.md @@ -76,7 +76,7 @@ can only be delivered to one method, and this method is configured globally with [`CODER_NOTIFICATIONS_METHOD`](../../../reference/cli/server.md#--notifications-method) (default: `smtp`). -Enterprise customers can configure which method to use for each of the supported +Premium customers can configure which method to use for each of the supported [Events](#workspace-events); see the [Preferences](#delivery-preferences-enterprise-premium) section below for more details. diff --git a/docs/admin/networking/index.md b/docs/admin/networking/index.md index d33a8534eacef..2e07a7e6e4ac8 100644 --- a/docs/admin/networking/index.md +++ b/docs/admin/networking/index.md @@ -173,7 +173,7 @@ $ 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](https://coder.com/contact) to learn +our Premium Edition. [Reach out to Sales](https://coder.com/contact) to learn more. ## Browser-only connections (enterprise) (premium) diff --git a/docs/admin/networking/port-forwarding.md b/docs/admin/networking/port-forwarding.md index a0db8715a01e7..692f933658538 100644 --- a/docs/admin/networking/port-forwarding.md +++ b/docs/admin/networking/port-forwarding.md @@ -121,7 +121,7 @@ not it is still accessible. ![Annotated port controls in the UI](../../images/networking/annotatedports.png) The sharing level is limited by the maximum level enforced in the template -settings in enterprise deployments, and not restricted in OSS deployments. +settings in premium deployments, and not restricted in OSS deployments. This can also be used to change the sharing level of `coder_app`s by entering their port number in the sharable ports UI. The `share` attribute on `coder_app` @@ -131,8 +131,8 @@ to the app. ### Configure maximum port sharing level (enterprise) (premium) -Enterprise-licensed template admins can control the maximum port sharing level -for workspaces under a given template in the template settings. By default, the +Premium-licensed template admins can control the maximum port sharing level for +workspaces under a given template in the template settings. By default, the maximum sharing level is set to `Owner`, meaning port sharing is disabled for end-users. OSS deployments allow all workspaces to share ports at both the `authenticated` and `public` levels. diff --git a/docs/admin/security/audit-logs.md b/docs/admin/security/audit-logs.md index 602710289261f..87a14a98db23c 100644 --- a/docs/admin/security/audit-logs.md +++ b/docs/admin/security/audit-logs.md @@ -122,5 +122,5 @@ log entry: ## Enabling this feature -This feature is only available with an enterprise license. +This feature is only available with an premium license. [Learn more](../licensing/index.md) diff --git a/docs/admin/templates/extending-templates/process-logging.md b/docs/admin/templates/extending-templates/process-logging.md index b5010f29a672b..989bdd8572ae5 100644 --- a/docs/admin/templates/extending-templates/process-logging.md +++ b/docs/admin/templates/extending-templates/process-logging.md @@ -17,7 +17,7 @@ Please note that these logs are not recorded or captured by the Coder organization in any way, shape, or form. > This is an [Premium or Enterprise](https://coder.com/pricing) feature. To -> learn more about Coder Enterprise, please +> learn more about Coder licensing, please > [contact sales](https://coder.com/contact). ## How this works diff --git a/docs/admin/templates/managing-templates/index.md b/docs/admin/templates/managing-templates/index.md index bee246b82f3d5..0abbac60487a6 100644 --- a/docs/admin/templates/managing-templates/index.md +++ b/docs/admin/templates/managing-templates/index.md @@ -60,7 +60,7 @@ infrastructure, software, or security patches. Learn more about ### Template update policies (enterprise) (premium) -Enterprise template admins may want workspaces to always remain on the latest +Licensed template admins may want workspaces to always remain on the latest version of their parent template. To do so, enable **Template Update Policies** in the template's general settings. All non-admin users of the template will be forced to update their workspaces before starting them once the setting is diff --git a/docs/admin/templates/managing-templates/schedule.md b/docs/admin/templates/managing-templates/schedule.md index b213ce9668313..4fa285dfa74f3 100644 --- a/docs/admin/templates/managing-templates/schedule.md +++ b/docs/admin/templates/managing-templates/schedule.md @@ -30,8 +30,8 @@ manage infrastructure costs. ## Failure cleanup (enterprise) (premium) Failure cleanup defines how long a workspace is permitted to remain in the -failed state prior to being automatically stopped. Failure cleanup is an -enterprise-only feature. +failed state prior to being automatically stopped. Failure cleanup is only +available for licensed customers. ## Dormancy threshold (enterprise) (premium) @@ -41,13 +41,13 @@ by the time elapsed since a user last accessed the workspace. A workspace in the dormant state is not eligible for autostart and must be manually activated by the user before being accessible. Coder stops workspaces during their transition to the dormant state if they are detected to be running. Dormancy Threshold is -an enterprise-only feature. +only available for licensed customers. ## Dormancy auto-deletion (enterprise) (premium) Dormancy Auto-Deletion allows a template admin to dictate how long a workspace is permitted to remain dormant before it is automatically deleted. Dormancy -Auto-Deletion is an enterprise-only feature. +Auto-Deletion is only available for licensed customers. ## Autostop requirement (enterprise) (premium) diff --git a/docs/admin/templates/template-permissions.md b/docs/admin/templates/template-permissions.md index 8bb16adbd4b08..e09acdfb3124c 100644 --- a/docs/admin/templates/template-permissions.md +++ b/docs/admin/templates/template-permissions.md @@ -18,4 +18,4 @@ user can use the template to create a workspace. To prevent this, disable the ![Create Template Permissions](../../images/templates/create-template-permissions.png) -Permissions is an enterprise-only feature. +Permissions is a premium-only feature. diff --git a/docs/tutorials/faqs.md b/docs/tutorials/faqs.md index 29eb86ea39b04..b982d8bc25566 100644 --- a/docs/tutorials/faqs.md +++ b/docs/tutorials/faqs.md @@ -1,7 +1,7 @@ # FAQs -Frequently asked questions on Coder OSS and Enterprise deployments. These FAQs -come from our community and enterprise customers, feel free to +Frequently asked questions on Coder OSS and licensed deployments. These FAQs +come from our community and customers, feel free to [contribute to this page](https://github.com/coder/coder/edit/main/docs/tutorials/faqs.md). For other community resources, see our diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 6a38fe2b1cb96..0e75ce50ab29c 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -1,9 +1,8 @@ # Guides and Tutorials -Here you can find a list of employee-written guides on Coder for OSS and -Enterprise. These tutorials are hosted on our -[GitHub](https://github.com/coder/coder/) where you can leave feedback or -request new topics to be covered. +Here you can find a list of employee-written guides on Coder. These tutorials +are hosted on our [GitHub](https://github.com/coder/coder/) where you can leave +feedback or request new topics to be covered. This page is rendered on . Refer to the other documents in the `docs/tutorials/` directory for specific employee-written guides. diff --git a/docs/user-guides/workspace-access/port-forwarding.md b/docs/user-guides/workspace-access/port-forwarding.md index 9980b21455fca..969446be36836 100644 --- a/docs/user-guides/workspace-access/port-forwarding.md +++ b/docs/user-guides/workspace-access/port-forwarding.md @@ -123,7 +123,7 @@ it is still accessible. ![Annotated port controls in the UI](../../images/networking/annotatedports.png) > The sharing level is limited by the maximum level enforced in the template -> settings in enterprise deployments, and not restricted in OSS deployments. +> settings in licensed deployments, and not restricted in OSS deployments. This can also be used to change the sharing level of port-based `coder_app`s by entering their port number in the sharable ports UI. The `share` attribute on diff --git a/docs/user-guides/workspace-management.md b/docs/user-guides/workspace-management.md index ab55e79c2d2b4..4d4f30f2f9026 100644 --- a/docs/user-guides/workspace-management.md +++ b/docs/user-guides/workspace-management.md @@ -90,7 +90,7 @@ manually updated the workspace. ## Bulk operations (enterprise) (premium) -Enterprise admins may apply bulk operations (update, delete, start, stop) in the +Licensed admins may apply bulk operations (update, delete, start, stop) in the **Workspaces** tab. Select the workspaces you'd like to modify with the checkboxes on the left, then use the top-right **Actions** dropdown to apply the operation. diff --git a/docs/user-guides/workspace-scheduling.md b/docs/user-guides/workspace-scheduling.md index 240134c183888..322b7739def97 100644 --- a/docs/user-guides/workspace-scheduling.md +++ b/docs/user-guides/workspace-scheduling.md @@ -51,7 +51,7 @@ for your workspace. ## Autostop requirement (enterprise) (premium) -Enterprise template admins may enforce a required stop for workspaces to apply +Licensed template admins may enforce a required stop for workspaces to apply updates or undergo maintenance. These stops ignore any active connections or inactivity bumps. Rather than being specified with a CRON, admins set a frequency for updates, either in **days** or **weeks**. Workspaces will apply @@ -106,5 +106,5 @@ durations. Template admins configure an inactivity period after which your workspaces will gain a `dormant` badge. A separate period determines how long workspaces will remain in the dormant state before automatic deletion. -Enterprise admins may also configure failure cleanup, which will automatically +Licensed admins may also configure failure cleanup, which will automatically delete workspaces that remain in a `failed` state for too long.