chore: switch to new wgtunnel via tunnelsdk (#6489)

This commit is contained in:
Dean Sheather
2023-03-22 13:13:48 +00:00
committed by GitHub
parent e85a17b0c8
commit 5460ab4ba6
12 changed files with 385 additions and 452 deletions
+1
View File
@@ -341,6 +341,7 @@ curl -X GET http://coder-server:8080/api/v2/deployment/config \
},
"update_check": true,
"verbose": true,
"wgtunnel_host": "string",
"wildcard_access_url": {
"forceQuery": true,
"fragment": "string",
+3
View File
@@ -1873,6 +1873,7 @@ CreateParameterRequest is a structure used to create a new parameter value for a
},
"update_check": true,
"verbose": true,
"wgtunnel_host": "string",
"wildcard_access_url": {
"forceQuery": true,
"fragment": "string",
@@ -2218,6 +2219,7 @@ CreateParameterRequest is a structure used to create a new parameter value for a
},
"update_check": true,
"verbose": true,
"wgtunnel_host": "string",
"wildcard_access_url": {
"forceQuery": true,
"fragment": "string",
@@ -2284,6 +2286,7 @@ CreateParameterRequest is a structure used to create a new parameter value for a
| `trace` | [codersdk.TraceConfig](#codersdktraceconfig) | false | | |
| `update_check` | boolean | false | | |
| `verbose` | boolean | false | | |
| `wgtunnel_host` | string | false | | |
| `wildcard_access_url` | [clibase.URL](#clibaseurl) | false | | |
| `write_config` | boolean | false | | |