Skip to content

How can I know all of the arguments and environment variables that I can use to configure code-server? #6726

Answered by code-asher
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

--host and --port are not listed in --help because they were deprecated by --bind-addr (example: --bind-addr 0.0.0.0:8081).

The only way to view hidden options right now is to look at the source: https://github.com/coder/code-server/blob/main/src/node/cli.ts#L137

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@code-asher
Comment options

Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant