feat: support configurable web terminal rendering (#10095)

* feat: support configurable web terminal rendering

- Added a deployment option for configuring web terminal rendering.
  Valid values are 'webgl', 'canvas', and 'dom'.
This commit is contained in:
Jon Ayers
2023-10-10 13:18:02 -05:00
committed by GitHub
parent 05a393cd06
commit 91555c3a85
14 changed files with 59 additions and 10 deletions

3
coderd/apidoc/docs.go generated
View File

@ -8209,6 +8209,9 @@ const docTemplate = `{
"verbose": {
"type": "boolean"
},
"web_terminal_renderer": {
"type": "string"
},
"wgtunnel_host": {
"type": "string"
},