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