mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🔥 Removes now obsolete i_like_to_be_pwned option
This commit is contained in:
parent
64d3a5236a
commit
4b04c8b905
2 changed files with 1 additions and 10 deletions
|
@ -132,14 +132,6 @@ authentication on the VSCode by setting it to `true`.
|
||||||
**Note**: _We STRONGLY suggest, not to use this, even if this add-on is
|
**Note**: _We STRONGLY suggest, not to use this, even if this add-on is
|
||||||
only exposed to your internal network. USE AT YOUR OWN RISK!_
|
only exposed to your internal network. USE AT YOUR OWN RISK!_
|
||||||
|
|
||||||
### Option: `i_like_to_be_pwned`
|
|
||||||
|
|
||||||
Adding this option to the add-on configuration allows to you bypass the
|
|
||||||
HaveIBeenPwned password requirement by setting it to `true`.
|
|
||||||
|
|
||||||
**Note**: _We STRONGLY suggest picking a stronger/safer password instead of
|
|
||||||
using this option! USE AT YOUR OWN RISK!_
|
|
||||||
|
|
||||||
## Embedding into Home Assistant
|
## Embedding into Home Assistant
|
||||||
|
|
||||||
It is possible to embed VSCode directly into Home Assistant, allowing
|
It is possible to embed VSCode directly into Home Assistant, allowing
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
"keyfile": "str",
|
"keyfile": "str",
|
||||||
"packages": ["str"],
|
"packages": ["str"],
|
||||||
"init_commands": ["str"],
|
"init_commands": ["str"],
|
||||||
"leave_front_door_open": "bool?",
|
"leave_front_door_open": "bool?"
|
||||||
"i_like_to_be_pwned": "bool?"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue