mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: Remove extra opt and fix 'proxy' alias (#7413)
* chore: Remove extra opt and fix 'proxy' alias * proxy -> wsproxy
This commit is contained in:
@ -1350,7 +1350,7 @@ when required by your organization's security policy.`,
|
||||
Description: "Whether Coder only allows connections to workspaces via the browser.",
|
||||
Flag: "browser-only",
|
||||
Env: "CODER_BROWSER_ONLY",
|
||||
Annotations: clibase.Annotations{}.Mark(annotationEnterpriseKey, "true").Mark(annotationExternalProxies, "true"),
|
||||
Annotations: clibase.Annotations{}.Mark(annotationEnterpriseKey, "true"),
|
||||
Value: &c.BrowserOnly,
|
||||
Group: &deploymentGroupNetworking,
|
||||
YAML: "browserOnly",
|
||||
|
Reference in New Issue
Block a user