mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🔨 Update add-on config with new password & list features
This commit is contained in:
parent
51d0f8f96d
commit
2d6d5be963
1 changed files with 3 additions and 11 deletions
|
@ -10,9 +10,7 @@
|
|||
"panel_icon": "mdi:visual-studio-code",
|
||||
"startup": "services",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"arch": [
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["amd64"],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"auth_api": true,
|
||||
|
@ -25,13 +23,7 @@
|
|||
"ports_description": {
|
||||
"80/tcp": "VSCode (Not required for Ingress)"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"ssl:rw",
|
||||
"addons:rw",
|
||||
"share:rw",
|
||||
"backup:rw"
|
||||
],
|
||||
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw"],
|
||||
"options": {
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
|
@ -41,7 +33,7 @@
|
|||
"disable_telemetry": false
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue