docs: update docs

This commit is contained in:
Bill Church 2022-07-30 20:45:57 +00:00
parent 1965a7460d
commit 2289c6736b
2 changed files with 4 additions and 1 deletions

View file

@ -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`.

View file

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