@@ -23,36 +23,37 @@ However, `WS_ROOT` is only used by the workspace, therefore it contains the pref
2323
2424### Workspace Variables
2525
26- | ENV | Description | Read More |
27- | ------------------------------ | --------------------------------------------------------------- | --------------- |
28- | ` WS_APT_DISABLE_DEBIAN_REPO ` | Disables the default Debian repository | [ →] [ apt ] |
29- | ` WS_APT_DISABLE_EXTRAS_REPO ` | Disables the additional extra * (3rd-party)* repository | [ →] [ apt ] |
30- | ` WS_APT_EXTRA_DEBIAN_REPOS ` | Extra repository source definitions | [ →] [ apt ] |
31- | ` WS_APT_EXTRA_PACKAGES ` | Extra APT packages to install at startup * (delimited by space)* | [ →] [ apt ] |
32- | ` WS_APT_UPDATE_REPOS ` | Update APT repository cache | [ →] [ apt ] |
33- | ` WS_CLONE_WORKSPACE_REPO ` | Clone a repository to the workspace directory on startup | [ →] [ git ] |
34- | ` WS_COMMENTS_DISABLE_FONT ` | Disable the custom comments font | [ →] [ fonts ] |
35- | ` WS_DISABLE_SUDO ` | Disable ` sudo ` privileges | |
36- | ` WS_CONFIGURE_DOCKER ` | Attempt to auto-configure docker | [ →] [ docker ] |
37- | ` WS_CONFIGURE_HELM ` | Autoload helm repository cache | [ →] [ helm ] |
38- | ` WS_EXTRA_CA_CERT_ENDPOINTS ` | Extra CA endpoints to install at startup * (delimited by space)* | [ →] [ ca ] |
39- | ` WS_EXTRA_CA_CERT_INSECURE ` | Use insecure communication when installing CA endpoints | [ →] [ ca ] |
40- | ` WS_EXTRA_FEATURES ` | Extra features to install at startup * (delimited by space)* | [ →] [ features ] |
41- | ` WS_EXTRA_VS_EXTENSIONS ` | Extra extensions to install at startup * (delimited by space)* | [ →] [ extensions ] |
42- | ` WS_EXTRA_VS_EXTENSIONS_DIR ` | Directory of extensions to install at startup * (` *.vsix ` )* | [ →] [ extensions ] |
43- | ` WS_PASSWORD ` | Password for login authentication | [ →] [ auth ] |
44- | ` WS_PASSWORD_HASHED ` | Hashed * (` argon2 ` )* password for login authentication | [ →] [ auth ] |
45- | ` WS_PORT ` | Specify the server port * (default: ` 8080 ` )* | |
46- | ` WS_PROXY_DOMAIN ` | Specify a domain name for proxying services' ports | [ →] [ ports ] |
47- | ` WS_PROMPT_DISABLE_DOCKER ` | Disable the ` docker ` module of the terminal prompt | [ →] [ terminal ] |
48- | ` WS_PROMPT_DISABLE_HOSTNAME ` | Disable the ` hostname ` module of the terminal prompt | [ →] [ terminal ] |
49- | ` WS_PROMPT_DISABLE_KUBERNETES ` | Disable the ` kubernetes ` module of the terminal prompt | [ →] [ terminal ] |
50- | ` WS_PROMPT_DISABLE_NODEJS ` | Disable the ` nodejs ` module of the terminal prompt | [ →] [ terminal ] |
51- | ` WS_PROMPT_DISABLE_PYTHON ` | Disable the ` python ` module of the terminal prompt | [ →] [ terminal ] |
52- | ` WS_PROMPT_DISABLE_USER ` | Disable the user module of the terminal prompt | [ →] [ terminal ] |
53- | ` WS_ROOT ` | Root directory for the workspace * (default: ` /workspace ` )* | |
54- | ` WS_ZSH_PLUGINS ` | Specifies the ` zsh ` plugins to be enabled in each session | [ →] [ terminal ] |
55- | ` WS_ZSH_EXTRA_PLUGINS ` | Adds additional ` zsh ` plugins to the existing defaults | [ →] [ terminal ] |
26+ | ENV | Description | Read More |
27+ | --------------------------------- | --------------------------------------------------------------- | --------------- |
28+ | ` WS_APT_DISABLE_DEBIAN_REPO ` | Disables the default Debian repository | [ →] [ apt ] |
29+ | ` WS_APT_DISABLE_EXTRAS_REPO ` | Disables the additional extra * (3rd-party)* repository | [ →] [ apt ] |
30+ | ` WS_APT_EXTRA_DEBIAN_REPOS ` | Extra repository source definitions | [ →] [ apt ] |
31+ | ` WS_APT_EXTRA_PACKAGES ` | Extra APT packages to install at startup * (delimited by space)* | [ →] [ apt ] |
32+ | ` WS_APT_UPDATE_REPOS ` | Update APT repository cache | [ →] [ apt ] |
33+ | ` WS_CLONE_WORKSPACE_REPO ` | Clone a repository to the workspace directory on startup | [ →] [ git ] |
34+ | ` WS_COMMENTS_DISABLE_FONT ` | Disable the custom comments font | [ →] [ fonts ] |
35+ | ` WS_DISABLE_SUDO ` | Disable ` sudo ` privileges | |
36+ | ` WS_CONFIGURE_DOCKER ` | Attempt to auto-configure docker | [ →] [ docker ] |
37+ | ` WS_CONFIGURE_HELM ` | Autoload helm repository cache | [ →] [ helm ] |
38+ | ` WS_EXTRA_CA_CERT_ENDPOINTS ` | Extra CA endpoints to install at startup * (delimited by space)* | [ →] [ ca ] |
39+ | ` WS_EXTRA_CA_CERT_INSECURE ` | Use insecure communication when installing CA endpoints | [ →] [ ca ] |
40+ | ` WS_EXTRA_FEATURES ` | Extra features to install at startup * (delimited by space)* | [ →] [ features ] |
41+ | ` WS_EXTRA_VS_EXTENSIONS ` | Extra extensions to install at startup * (delimited by space)* | [ →] [ extensions ] |
42+ | ` WS_EXTRA_VS_EXTENSIONS_DIR ` | Directory of extensions to install at startup * (` *.vsix ` )* | [ →] [ extensions ] |
43+ | ` WS_GIT_CREDENTIAL_CACHE_TIMEOUT ` | Git credential cache timeout in seconds * (default: 1 hour)* | [ →] [ git ] |
44+ | ` WS_PASSWORD ` | Password for login authentication | [ →] [ auth ] |
45+ | ` WS_PASSWORD_HASHED ` | Hashed * (` argon2 ` )* password for login authentication | [ →] [ auth ] |
46+ | ` WS_PORT ` | Specify the server port * (default: ` 8080 ` )* | |
47+ | ` WS_PROXY_DOMAIN ` | Specify a domain name for proxying services' ports | [ →] [ ports ] |
48+ | ` WS_PROMPT_DISABLE_DOCKER ` | Disable the ` docker ` module of the terminal prompt | [ →] [ terminal ] |
49+ | ` WS_PROMPT_DISABLE_HOSTNAME ` | Disable the ` hostname ` module of the terminal prompt | [ →] [ terminal ] |
50+ | ` WS_PROMPT_DISABLE_KUBERNETES ` | Disable the ` kubernetes ` module of the terminal prompt | [ →] [ terminal ] |
51+ | ` WS_PROMPT_DISABLE_NODEJS ` | Disable the ` nodejs ` module of the terminal prompt | [ →] [ terminal ] |
52+ | ` WS_PROMPT_DISABLE_PYTHON ` | Disable the ` python ` module of the terminal prompt | [ →] [ terminal ] |
53+ | ` WS_PROMPT_DISABLE_USER ` | Disable the user module of the terminal prompt | [ →] [ terminal ] |
54+ | ` WS_ROOT ` | Root directory for the workspace * (default: ` /workspace ` )* | |
55+ | ` WS_ZSH_PLUGINS ` | Specifies the ` zsh ` plugins to be enabled in each session | [ →] [ terminal ] |
56+ | ` WS_ZSH_EXTRA_PLUGINS ` | Adds additional ` zsh ` plugins to the existing defaults | [ →] [ terminal ] |
5657
5758### Tool Variables
5859
0 commit comments