Skip to content

Commit 23a6cb2

Browse files
committed
fixup! Remove help
1 parent efed5f7 commit 23a6cb2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/cli/coder_server.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,8 @@ coder server [flags]
1111
```
1212
--access-url string External URL to access your deployment. This must be accessible by all provisioned workspaces.
1313
Consumes $CODER_ACCESS_URL
14-
--api-rate-limit int Maximum number of requests per minute allowed to the API per user, or per IP address for unauthenticated users. Negative values mean no rate limit. Some API endpoints have separate strict rate limits regardless of this value to prevent denial-of-service or brute force attacks.
15-
Consumes $CODER_API_RATE_LIMIT (default 512)
1614
--cache-dir string The directory to cache temporary files. If unspecified and $CACHE_DIRECTORY is set, it will be used for compatibility with systemd.
1715
Consumes $CODER_CACHE_DIRECTORY (default "~/.cache/coder")
18-
--dangerous-allow-path-app-sharing Allow workspace apps that are not served from subdomains to be shared. Path-based app sharing is DISABLED by default for security purposes. Path-based apps can make requests to the Coder API and pose a security risk when the workspace serves malicious JavaScript. Path-based apps can be disabled entirely with --disable-path-apps for further security.
19-
Consumes $CODER_DANGEROUS_ALLOW_PATH_APP_SHARING
20-
--dangerous-allow-path-app-site-owner-access Allow site-owners to access workspace apps from workspaces they do not own. Owners cannot access path-based apps they do not own by default. Path-based apps can make requests to the Coder API and pose a security risk when the workspace serves malicious JavaScript. Path-based apps can be disabled entirely with --disable-path-apps for further security.
21-
Consumes $CODER_DANGEROUS_ALLOW_PATH_APP_SITE_OWNER_ACCESS
22-
--dangerous-disable-rate-limits Disables all rate limits. This is not recommended in production.
23-
Consumes $CODER_RATE_LIMIT_DISABLE_ALL
2416
--derp-config-path string Path to read a DERP mapping from. See: https://tailscale.com/kb/1118/custom-derp-servers/
2517
Consumes $CODER_DERP_CONFIG_PATH
2618
--derp-config-url string URL to fetch a DERP mapping on startup. See: https://tailscale.com/kb/1118/custom-derp-servers/

0 commit comments

Comments
 (0)