mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🔥 Removes password option from documentation
This commit is contained in:
parent
0c3fd44420
commit
64d3a5236a
1 changed files with 0 additions and 7 deletions
|
@ -62,7 +62,6 @@ Example add-on configuration:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"log_level": "info",
|
"log_level": "info",
|
||||||
"password": "ChooChooHomie",
|
|
||||||
"ssl": false,
|
"ssl": false,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
|
@ -95,12 +94,6 @@ more severe level, e.g., `debug` also shows `info` messages. By default,
|
||||||
the `log_level` is set to `info`, which is the recommended setting unless
|
the `log_level` is set to `info`, which is the recommended setting unless
|
||||||
you are troubleshooting.
|
you are troubleshooting.
|
||||||
|
|
||||||
### Option: `password`
|
|
||||||
|
|
||||||
Password needed to login into the Visual Studio Code.
|
|
||||||
|
|
||||||
**Note**: _This option support secrets, e.g., `!secret vscode_password`._
|
|
||||||
|
|
||||||
### Option: `ssl`
|
### Option: `ssl`
|
||||||
|
|
||||||
Enables/Disables SSL (HTTPS). Set it `true` to enable it, `false` otherwise.
|
Enables/Disables SSL (HTTPS). Set it `true` to enable it, `false` otherwise.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue