mirror of
https://github.com/linuxserver/docker-code-server
synced 2025-06-26 18:27:40 +00:00
clarify env var definition
This commit is contained in:
parent
c2d60e0f3f
commit
297a6bc332
@ -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: ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user