clarify env var definition

This commit is contained in:
aptalca 2020-02-14 10:38:09 -05:00 committed by GitHub
parent c2d60e0f3f
commit 297a6bc332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ opt_param_usage_include_env: true
opt_param_env_vars:
- { env_var: "PASSWORD", env_value: "password", desc: "Optional web gui password, if not provided, there will be no auth."}
- { 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: "BASEPATH", env_value: "code", desc: "If this optional variable is set, code-server will be served from http://<your-ip>:8443/code. See code-server --base-path option"}
- { env_var: "BASEPATH", env_value: "", desc: "Optional base url setting (ie. if set to `code`, code-server will be served from `http://<your-ip>:8443/code`)."}
optional_block_1: false
optional_block_1_items: ""