docs: update docs
This commit is contained in:
parent
1965a7460d
commit
2289c6736b
2 changed files with 4 additions and 1 deletions
|
@ -174,6 +174,8 @@ docker run --name webssh2 -d -p 2222:2222 -v `pwd`/app/config.json:/usr/src/conf
|
||||||
|
|
||||||
* **terminal.bellStyle** - _string_ - Style of terminal bell: (sound|none). **Default:** "sound".
|
* **terminal.bellStyle** - _string_ - Style of terminal bell: (sound|none). **Default:** "sound".
|
||||||
|
|
||||||
|
* **terminal.fontSize** - _integer_ - Size of terminal font. **Default:** 14.
|
||||||
|
|
||||||
* **header.text** - _string_ - Specify header text, defaults to `My Header` but may also be set to `null`. When set to `null` no header bar will be displayed on the client.
|
* **header.text** - _string_ - Specify header text, defaults to `My Header` but may also be set to `null`. When set to `null` no header bar will be displayed on the client.
|
||||||
|
|
||||||
* **header.background** - _string_ - Header background, defaults to `green`.
|
* **header.background** - _string_ - Header background, defaults to `green`.
|
||||||
|
|
|
@ -29,7 +29,8 @@
|
||||||
"cursorBlink": true,
|
"cursorBlink": true,
|
||||||
"scrollback": 10000,
|
"scrollback": 10000,
|
||||||
"tabStopWidth": 8,
|
"tabStopWidth": 8,
|
||||||
"bellStyle": "sound"
|
"bellStyle": "sound",
|
||||||
|
"fontSize": 14
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"text": null,
|
"text": null,
|
||||||
|
|
Loading…
Reference in a new issue