Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d76ed0

Browse files
committed
Update documentation to "premium" edition
- Change "enterprise" references to "premium" to reflect the new branding.- Ensure consistency across various documentation sections.- Update relevant links and terms for clarity.### Changes:- Appearance section title updated to include premium.- SCIM, Group Sync, Role Sync, and multiple other sections retitled for premium.- FAQs and guides updated to reflect new premium terminology.- Manifest JSON entries updated to list "premium" alongside "enterprise".- Networking and port forwarding documentation updated to include premium.- Added user quiet hours and autostop requirement sections updated to indicate premium.- Ensure all references in various docs are consistent with the new premium branding.
1 parentabc156e commit0d76ed0

File tree

12 files changed

+59
-30
lines changed

12 files changed

+59
-30
lines changed

‎docs/admin/appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Appearance (enterprise)
1+
#Appearance (enterprise) (premium)
22

33
Customize the look of your Coder deployment to meet your enterprise
44
requirements.

‎docs/admin/auth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ your Coder deployment:
227227
CODER_DISABLE_PASSWORD_AUTH=true
228228
```
229229

230-
##SCIM (enterprise)
230+
##SCIM (enterprise) (premium)
231231

232232
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
233233
authentication. Upon deactivation, users are
@@ -249,7 +249,7 @@ CODER_TLS_CLIENT_CERT_FILE=/path/to/cert.pem
249249
CODER_TLS_CLIENT_KEY_FILE=/path/to/key.pem
250250
```
251251

252-
##Group Sync (enterprise)
252+
##Group Sync (enterprise) (premium)
253253

254254
If your OpenID Connect provider supports group claims, you can configure Coder
255255
to synchronize groups in your auth provider to groups within Coder.
@@ -326,7 +326,7 @@ Users who are not in a matching group will see the following error:
326326

327327
![Unauthorized group error](../images/admin/group-allowlist.png)
328328

329-
## Role sync (enterprise)
329+
## Role sync (enterprise) (premium)
330330

331331
If your OpenID Connect provider supports roles claims, you can configure Coder
332332
to synchronize roles in your auth provider to deployment-wide roles within

‎docs/admin/external-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Optionally, you can request custom scopes:
195195
CODER_EXTERNAL_AUTH_0_SCOPES="repo:read repo:write write:gpg_key"
196196
```
197197

198-
###Multiple External Providers (enterprise)
198+
###Multiple External Providers (enterprise) (premium)
199199

200200
Multiple providers are an[Enterprise feature](https://coder.com/pricing). Below
201201
is an example configuration with multiple providers.

‎docs/admin/notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ notification is indicated on the right hand side of this table.
231231

232232
![User Notification Preferences](../images/user-notification-preferences.png)
233233

234-
##Delivery Preferences (enterprise)
234+
##Delivery Preferences (enterprise) (premium)
235235

236236
Administrators can configure which delivery methods are used for each different
237237
[event type](#event-types).

‎docs/admin/organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Organizations (Enterprise)
1+
#Organizations (Enterprise) (Premium)
22

33
>Note: Organizations requires a[Premium license](./licensing.md). For more
44
>details,[contact your account team](https://coder.com/contact).

‎docs/admin/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Coder offers these user roles in the community edition:
1010
|| Auditor| User Admin| Template Admin| Owner|
1111
| -----------------------------------------------------| -------| ----------| --------------| -----|
1212
| Add and remove Users|||||
13-
| Manage groups (enterprise)|||||
13+
| Manage groups (premium )|||||
1414
| Change User roles|||||
1515
| Manage**ALL** Templates|||||
1616
| View**ALL** Workspaces|||||

‎docs/faqs.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
#FAQs
22

3-
Frequently asked questions on Coder OSS andEnterprise deployments. These FAQs
4-
comefrom our community and enterprise customers, feel free to
3+
Frequently asked questions on Coder OSS andPremium deployments. These FAQs come
4+
from our community and enterprise customers, feel free to
55
[contribute to this page](https://github.com/coder/coder/edit/main/docs/faqs.md).
66

7-
###How do I addan enterprise license?
7+
###How do I adda Premium trial license?
88

99
Visithttps://coder.com/trial or contact
10-
[sales@coder.com](mailto:sales@coder.com?subject=License) to get a v2 enterprise
11-
trial key.
10+
[sales@coder.com](mailto:sales@coder.com?subject=License) to get a trial key.
1211

1312
You can add a license through the UI or CLI.
1413

‎docs/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Guides and Tutorials
22

33
Here you can find a list of employee-written guides on Coder for OSS and
4-
Enterprise. These tutorials are hosted on our
4+
Premium. These tutorials are hosted on our
55
[Github](https://github.com/coder/coder/) where you can leave feedback or
66
request new topics to be covered.
77

‎docs/manifest.json

Lines changed: 40 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,10 @@
285285
"title":"Process Logging",
286286
"description":"Audit commands in workspaces with exectrace",
287287
"path":"./templates/process-logging.md",
288-
"state":"enterprise"
288+
"state": [
289+
"enterprise",
290+
"premium"
291+
]
289292
},
290293
{
291294
"title":"Icons",
@@ -396,14 +399,20 @@
396399
"description":"Learn how to manage user groups",
397400
"path":"./admin/groups.md",
398401
"icon_path":"./images/icons/group.svg",
399-
"state":"enterprise"
402+
"state": [
403+
"enterprise",
404+
"premium"
405+
]
400406
},
401407
{
402408
"title":"Organizations",
403409
"description":"Learn how to manage organizations",
404410
"path":"./admin/organizations.md",
405411
"icon_path":"./images/icons/orgs.svg",
406-
"state":"enterprise"
412+
"state": [
413+
"enterprise",
414+
"premium"
415+
]
407416
},
408417
{
409418
"title":"Template RBAC",
@@ -456,14 +465,20 @@
456465
"description":"Run provisioners isolated from the Coder server",
457466
"path":"./admin/provisioners.md",
458467
"icon_path":"./images/icons/queue.svg",
459-
"state":"enterprise"
468+
"state": [
469+
"enterprise",
470+
"premium"
471+
]
460472
},
461473
{
462474
"title":"Workspace Proxies",
463475
"description":"Run geo distributed workspace proxies",
464476
"path":"./admin/workspace-proxies.md",
465477
"icon_path":"./images/icons/networking.svg",
466-
"state":"enterprise"
478+
"state": [
479+
"enterprise",
480+
"premium"
481+
]
467482
},
468483
{
469484
"title":"Application Logs",
@@ -476,21 +491,30 @@
476491
"description":"Learn how to use Audit Logs in your Coder deployment",
477492
"path":"./admin/audit-logs.md",
478493
"icon_path":"./images/icons/radar.svg",
479-
"state":"enterprise"
494+
"state": [
495+
"enterprise",
496+
"premium"
497+
]
480498
},
481499
{
482500
"title":"Quotas",
483501
"description":"Learn how to use Workspace Quotas in Coder",
484502
"path":"./admin/quotas.md",
485503
"icon_path":"./images/icons/dollar.svg",
486-
"state":"enterprise"
504+
"state": [
505+
"enterprise",
506+
"premium"
507+
]
487508
},
488509
{
489510
"title":"High Availability",
490511
"description":"Learn how to configure Coder for High Availability",
491512
"path":"./admin/high-availability.md",
492513
"icon_path":"./images/icons/hydra.svg",
493-
"state":"enterprise"
514+
"state": [
515+
"enterprise",
516+
"premium"
517+
]
494518
},
495519
{
496520
"title":"Prometheus",
@@ -503,7 +527,10 @@
503527
"description":"Learn how to configure the appearance of Coder",
504528
"path":"./admin/appearance.md",
505529
"icon_path":"./images/icons/info.svg",
506-
"state":"enterprise"
530+
"state": [
531+
"enterprise",
532+
"premium"
533+
]
507534
},
508535
{
509536
"title":"Telemetry",
@@ -516,7 +543,10 @@
516543
"description":"Learn how to encrypt sensitive data at rest in Coder",
517544
"path":"./admin/encryption.md",
518545
"icon_path":"./images/icons/lock.svg",
519-
"state":"enterprise"
546+
"state": [
547+
"enterprise",
548+
"premium"
549+
]
520550
},
521551
{
522552
"title":"Deployment Health",

‎docs/networking/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ $ coder server --derp-config-path derpmap.json
157157

158158
The dashboard (and web apps opened through the dashboard) are served from the
159159
coder server, so they can only be geo-distributed with High Availability mode in
160-
our EnterpriseEdition.[Reach out to Sales](https://coder.com/contact) to learn
161-
more.
160+
our Enterpriseand Premium Editions.
161+
[Reach out to Sales](https://coder.com/contact) to learnmore.
162162

163-
##Browser-only connections (enterprise)
163+
##Browser-only connections (enterprise) (premium)
164164

165165
Some Coder deployments require that all access is through the browser to comply
166166
with security policies. In these cases, pass the`--browser-only` flag to

‎docs/networking/port-forwarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ resource uses a different method of authentication and **is not impacted by the
129129
template's maximum sharing level**, nor the level of a shared port that points
130130
to the app.
131131

132-
###Configure maximum port sharing level (enterprise)
132+
###Configure maximum port sharing level (enterprise) (premium)
133133

134134
Enterprise-licensed template admins can control the maximum port sharing level
135135
for workspaces under a given template in the template settings. By default, the

‎docs/workspaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ coder_app.
8383

8484
![Autostop UI](./images/autostop.png)
8585

86-
###Autostop requirement (enterprise)
86+
###Autostop requirement (enterprise) (premium)
8787

8888
Autostop requirement is a template setting that determines how often workspaces
8989
using the template must automatically stop. Autostop requirement ignores any
@@ -113,7 +113,7 @@ Autostop requirement is disabled when the template is using the deprecated max
113113
lifetime feature. Templates can choose to use a max lifetime or an autostop
114114
requirement during the deprecation period, but only one can be used at a time.
115115

116-
###User quiet hours (enterprise)
116+
###User quiet hours (enterprise) (premium)
117117

118118
User quiet hours can be configured in the user's schedule settings page.
119119
Workspaces on templates with an autostop requirement will only be forcibly

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp