File tree Expand file tree Collapse file tree 5 files changed +36
-4
lines changed Expand file tree Collapse file tree 5 files changed +36
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ Contact sales@coder.com to obtain a license.
5
5
6
6
Our Enterprise-only features include:
7
7
8
- - Audit Logging
8
+ - [ Audit Logging] ( ./audit-logs.md )
9
9
- Browser Only Connections
10
10
- Template RBAC
11
- - Quotas
11
+ - [ Quotas] ( ./quotas.md )
12
12
- High Availability
13
13
14
14
## Adding your license key
Original file line number Diff line number Diff line change
1
+ # Quotas
2
+
3
+ <blockquote class =" info " >
4
+ Workspace Quotas are only available in the Enterprise Edition.
5
+ </blockquote >
6
+
7
+ Coder Enterprise admins may define deployment-level quotas to protect against
8
+ Denial-of-Service, control costs, and ensure equitable access to cloud resources.
9
+
10
+ The quota is enabled by either the ` CODER_USER_WORKSPACE_QUOTA `
11
+ environment variable or the ` --user-workspace-quota ` flag. For example,
12
+ you may limit each user in a deployment to 5 workspaces like so:
13
+
14
+ ``` bash
15
+ coder server --user-workspace-quota=5
16
+ ```
17
+
18
+ Then, when users create workspaces they would see:
19
+
20
+ <img src =" ../images/admin/quotas.png " />
21
+
22
+ ## Up next
23
+
24
+ - [ Enterprise] ( ./enterprise.md )
25
+ - [ Configuring] ( ./configure.md )
Original file line number Diff line number Diff line change 186
186
},
187
187
{
188
188
"title" : " Configuration" ,
189
- "description" : " Learn how to configure Coder" ,
189
+ "description" : " Learn how to configure Coder. " ,
190
190
"path" : " ./admin/configure.md" ,
191
191
"icon_path" : " ./images/icons/toggle_on.svg"
192
192
},
202
202
"icon_path" : " ./images/icons/radar.svg" ,
203
203
"path" : " ./admin/audit-logs.md"
204
204
},
205
+ {
206
+ "title" : " Quotas" ,
207
+ "description" : " Learn how to use Workspace Quotas in Coder." ,
208
+ "icon_path" : " ./images/icons/dollar.svg" ,
209
+ "path" : " ./admin/quotas.md"
210
+ },
205
211
{
206
212
"title" : " Enterprise" ,
207
213
"description" : " Learn how to enable Enterprise features." ,
210
216
},
211
217
{
212
218
"title" : " Telemetry" ,
213
- "description" : " Learn what usage telemetry Coder collects" ,
219
+ "description" : " Learn what usage telemetry Coder collects. " ,
214
220
"icon_path" : " ./images/icons/science.svg" ,
215
221
"path" : " ./admin/telemetry.md"
216
222
}
You can’t perform that action at this time.
0 commit comments