changed repo config.yaml to have defaults and code config path

This commit is contained in:
Richard Sperry 2025-04-15 14:40:22 -07:00
parent f85d245470
commit b20760cc41
2 changed files with 2 additions and 3 deletions

View file

@ -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?

View file

@ -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