mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
changed repo config.yaml to have defaults and code config path
This commit is contained in:
parent
f85d245470
commit
b20760cc41
2 changed files with 2 additions and 3 deletions
|
@ -38,8 +38,7 @@ services:
|
||||||
- mysql:want
|
- mysql:want
|
||||||
- mqtt:want
|
- mqtt:want
|
||||||
options:
|
options:
|
||||||
packages: []
|
log_level: warn
|
||||||
init_commands: []
|
|
||||||
schema:
|
schema:
|
||||||
log_level: list(trace|debug|info|warn|error)?
|
log_level: list(trace|debug|info|warn|error)?
|
||||||
config_path: str?
|
config_path: str?
|
||||||
|
|
|
@ -24,7 +24,7 @@ readonly -a PREVIOUS_DEFAULT_CONFIG_HASHES=(
|
||||||
)
|
)
|
||||||
|
|
||||||
readonly DEFAULT_FILES_PATH="/usr/lib/code-server/defaults"
|
readonly DEFAULT_FILES_PATH="/usr/lib/code-server/defaults"
|
||||||
readonly DEFAULT_CONFIG_PATH="/config/addons_config/"
|
readonly DEFAULT_CONFIG_PATH="/config/addons_config/vscode"
|
||||||
readonly CODE_SERVER_CONFIG="/root/.config/code-server/config.yaml"
|
readonly CODE_SERVER_CONFIG="/root/.config/code-server/config.yaml"
|
||||||
|
|
||||||
# Ensure config path exists
|
# Ensure config path exists
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue