mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: add host suffix to /api/v2/deployment/ssh (#17269)
Adds `HostnameSuffix` to ssh config API and deprecates `HostnamePrefix`. We will still support setting and using the prefix for some time.
This commit is contained in:
5
coderd/apidoc/docs.go
generated
5
coderd/apidoc/docs.go
generated
@ -14754,6 +14754,11 @@ const docTemplate = `{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"hostname_prefix": {
|
||||
"description": "HostnamePrefix is the prefix we append to workspace names for SSH hostnames.\nDeprecated: use HostnameSuffix instead.",
|
||||
"type": "string"
|
||||
},
|
||||
"hostname_suffix": {
|
||||
"description": "HostnameSuffix is the suffix to append to workspace names for SSH hostnames.",
|
||||
"type": "string"
|
||||
},
|
||||
"ssh_config_options": {
|
||||
|
Reference in New Issue
Block a user