Skip to content

Commit 26c46be

Browse files
authored
Merge branch 'main' into release/v4.8.2
2 parents 428e21d + a432a0d commit 26c46be

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/FAQ.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- [Does code-server have any security login validation?](#does-code-server-have-any-security-login-validation)
3333
- [Are there community projects involving code-server?](#are-there-community-projects-involving-code-server)
3434
- [How do I change the port?](#how-do-i-change-the-port)
35-
- [How do I hide the coder/coder promotion?](#how-do-i-hide-the-codercoder-promotion)
35+
- [How do I hide the coder/coder promotion in Help: Getting Started?](#how-do-i-hide-the-codercoder-promotion-in-help-getting-started)
3636

3737
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3838
<!-- prettier-ignore-end -->
@@ -420,6 +420,8 @@ There are two ways to change the port on which code-server runs:
420420
1. with an environment variable e.g. `PORT=3000 code-server`
421421
2. using the flag `--bind-addr` e.g. `code-server --bind-addr localhost:3000`
422422

423-
## How do I hide the coder/coder promotion?
423+
## How do I hide the coder/coder promotion in Help: Getting Started?
424424

425-
You can pass the flag `--disable-getting-started-override` to `code-server`.
425+
You can pass the flag `--disable-getting-started-override` to `code-server` or
426+
you can set the environment variable `CS_DISABLE_GETTING_STARTED_OVERRIDE=1` or
427+
`CS_DISABLE_GETTING_STARTED_OVERRIDE=true`.

0 commit comments

Comments
 (0)