File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 32
32
- [ Does code-server have any security login validation?] ( #does-code-server-have-any-security-login-validation )
33
33
- [ Are there community projects involving code-server?] ( #are-there-community-projects-involving-code-server )
34
34
- [ 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 )
36
36
37
37
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
38
38
<!-- prettier-ignore-end -->
@@ -420,6 +420,8 @@ There are two ways to change the port on which code-server runs:
420
420
1. with an environment variable e.g. `PORT=3000 code-server`
421
421
2. using the flag `--bind-addr` e.g. `code-server --bind-addr localhost:3000`
422
422
423
- # # How do I hide the coder/coder promotion?
423
+ # # How do I hide the coder/coder promotion in Help: Getting Started ?
424
424
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` .
You can’t perform that action at this time.
0 commit comments