# Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth.
- PASSWORD=password# optional
# Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below.
- HASHED_PASSWORD=# optional
# If this optional variable is set, user will have sudo access in the code-server terminal with the specified password.
- SUDO_PASSWORD=password# optional
# Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`.
- SUDO_PASSWORD_HASH=# optional
# If this optional variable is set, this domain will be proxied for subdomain proxying. See [Documentation](https://github.com/cdr/code-server/blob/master/doc/FAQ.md#sub-domains)