project_blurb:"[{{ project_name|capitalize }}]({{ project_url }}) is VS Code running on a remote server, accessible through the browser.\n- Code on your Chromebook, tablet, and laptop with a consistent dev environment.\n- If you have a Windows or Mac workstation, more easily develop for Linux.\n- Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.\n- Preserve battery life when you're on the go.\n- All intensive computation runs on your server.\n- You're no longer running excess instances of Chrome."
- {env_var:"PASSWORD", env_value:"password", desc:"Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth."}
- {env_var:"HASHED_PASSWORD", env_value:"", desc:"Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below."}
- {env_var:"SUDO_PASSWORD", env_value:"password", desc:"If this optional variable is set, user will have sudo access in the code-server terminal with the specified password."}
- {env_var:"SUDO_PASSWORD_HASH", env_value:"", desc:"Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`."}
- {env_var:"PROXY_DOMAIN", env_value:"code-server.my.domain", desc:"If this optional variable is set, this domain will be proxied for subdomain proxying. See [Documentation](https://github.com/coder/code-server/blob/main/docs/guide.md#using-a-subdomain)"}
- {env_var:"DEFAULT_WORKSPACE", env_value:"/config/workspace", desc:"If this optional variable is set, code-server will open this directory by default"}