mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: upgrade tailscale to v1.46.1 (#8913)
This commit is contained in:
4
docs/api/debug.md
generated
4
docs/api/debug.md
generated
@ -102,6 +102,7 @@ curl -X GET http://coder-server:8080/api/v2/debug/health \
|
||||
"error": "string",
|
||||
"healthy": true,
|
||||
"node": {
|
||||
"canPort80": true,
|
||||
"certName": "string",
|
||||
"derpport": 0,
|
||||
"forceHTTP": true,
|
||||
@ -134,6 +135,7 @@ curl -X GET http://coder-server:8080/api/v2/debug/health \
|
||||
"embeddedRelay": true,
|
||||
"nodes": [
|
||||
{
|
||||
"canPort80": true,
|
||||
"certName": "string",
|
||||
"derpport": 0,
|
||||
"forceHTTP": true,
|
||||
@ -164,6 +166,7 @@ curl -X GET http://coder-server:8080/api/v2/debug/health \
|
||||
"error": "string",
|
||||
"healthy": true,
|
||||
"node": {
|
||||
"canPort80": true,
|
||||
"certName": "string",
|
||||
"derpport": 0,
|
||||
"forceHTTP": true,
|
||||
@ -196,6 +199,7 @@ curl -X GET http://coder-server:8080/api/v2/debug/health \
|
||||
"embeddedRelay": true,
|
||||
"nodes": [
|
||||
{
|
||||
"canPort80": true,
|
||||
"certName": "string",
|
||||
"derpport": 0,
|
||||
"forceHTTP": true,
|
||||
|
Reference in New Issue
Block a user