🔨 Disable updates

This commit is contained in:
Franck Nijhof 2020-04-15 22:08:09 +02:00
parent 03963ff63e
commit 639ebeb87c
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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