File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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:
4204201. with an environment variable e.g. `PORT=3000 code-server`
4214212. 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` .
You can’t perform that action at this time.
0 commit comments