mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +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
|
||||
- mqtt:want
|
||||
options:
|
||||
packages: []
|
||||
init_commands: []
|
||||
log_level: warn
|
||||
schema:
|
||||
log_level: list(trace|debug|info|warn|error)?
|
||||
config_path: str?
|
||||
|
|
|
@ -24,7 +24,7 @@ readonly -a PREVIOUS_DEFAULT_CONFIG_HASHES=(
|
|||
)
|
||||
|
||||
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"
|
||||
|
||||
# Ensure config path exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue