mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: switch to new wgtunnel via tunnelsdk (#6489)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 | | |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user