code-server's config.yaml file

Where can I find documentation regarding code-server's config.yaml file? I'd like to know all the possible options I can insert there.
4 Replies
maf
maf3y ago
Is this what you were looking for?
Each key in the file maps directly to a code-server flag (run code-server --help to see a listing of all the flags). Any flags passed to code-server will take priority over the config file.
https://coder.com/docs/code-server/latest/FAQ#how-does-the-config-file-work
FAQ - code-server v4.6.1 docs
Frequently asked questions on installing and running code-server.
aphx
aphxOP3y ago
I think so. I did
code-server --help
code-server --help
and I guess those flags can be passed via the config.yaml file?
Cian
Cian3y ago
Yep that appears to be the case! You can also check the source code to see what it does exactly https://github.com/coder/code-server/blob/main/src/node/cli.ts#L639
aphx
aphxOP3y ago
thank you!
Want results from more Discord servers?
Add your server