mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🔨 Disable updates
This commit is contained in:
parent
03963ff63e
commit
639ebeb87c
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ options+=(--extra-builtin-extensions-dir "/root/.code-server/extensions/")
|
|||
options+=(--extensions-dir "/data/vscode/extensions")
|
||||
options+=(--host 0.0.0.0)
|
||||
options+=(--disable-ssh)
|
||||
options+=(--disable-updates)
|
||||
|
||||
# Disable code authentication, we use HA authentication
|
||||
options+=(--auth none)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue