feat: allow prefixes at the beginning of subdomain app hostnames (#10150)

This commit is contained in:
Dean Sheather
2023-10-11 07:02:39 +11:00
committed by GitHub
parent f48bc33e00
commit e7d9b8d858
15 changed files with 306 additions and 6 deletions

4
coderd/apidoc/docs.go generated
View File

@ -12182,6 +12182,10 @@ const docTemplate = `{
"description": "AgentNameOrID is not required if the workspace has only one agent.",
"type": "string"
},
"app_prefix": {
"description": "Prefix is the prefix of the subdomain app URL. Prefix should have a\ntrailing \"---\" if set.",
"type": "string"
},
"app_slug_or_port": {
"type": "string"
},