mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add customizable upgrade message on client/server version mismatch (#11587)
This commit is contained in:
+5
@@ -433,6 +433,11 @@ client:
|
||||
# incorrectly can break SSH to your deployment, use cautiously.
|
||||
# (default: <unset>, type: string-array)
|
||||
sshConfigOptions: []
|
||||
# The upgrade message to display to users when a client/server mismatch is
|
||||
# detected. By default it instructs users to update using 'curl -L
|
||||
# https://coder.com/install.sh | sh'.
|
||||
# (default: <unset>, type: string)
|
||||
cliUpgradeMessage: ""
|
||||
# The renderer to use when opening a web terminal. Valid values are 'canvas',
|
||||
# 'webgl', or 'dom'.
|
||||
# (default: canvas, type: string)
|
||||
|
||||
Reference in New Issue
Block a user