refactor: generate application URL on backend side (#9618)

This commit is contained in:
Marcin Tojek
2023-09-12 15:25:10 +02:00
committed by GitHub
parent 228d1cf361
commit 898971b329
17 changed files with 346 additions and 79 deletions

4
coderd/apidoc/docs.go generated
View File

@ -10970,6 +10970,10 @@ const docTemplate = `{
"description": "Subdomain denotes whether the app should be accessed via a path on the\n` + "`" + `coder server` + "`" + ` or via a hostname-based dev URL. If this is set to true\nand there is no app wildcard configured on the server, the app will not\nbe accessible in the UI.",
"type": "boolean"
},
"subdomain_name": {
"description": "SubdomainName is the application domain exposed on the ` + "`" + `coder server` + "`" + `.",
"type": "string"
},
"url": {
"description": "URL is the address being proxied to inside the workspace.\nIf external is specified, this will be opened on the client.",
"type": "string"