From b595b672502b759a7a49a8c9dadf983138efef85 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 14 Jun 2026 03:36:52 +0000 Subject: [PATCH] fix: narrow hwlab v03 public api caddy matcher --- scripts/src/hwlab-node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/src/hwlab-node.ts b/scripts/src/hwlab-node.ts index d9b464dc..e3868685 100644 --- a/scripts/src/hwlab-node.ts +++ b/scripts/src/hwlab-node.ts @@ -4067,7 +4067,7 @@ function publicExposureCaddyScript(options: NodePublicExposureOptions, exposure: function publicExposureCaddyBlock(exposure: HwlabRuntimePublicExposureSpec): string { const tlsLines = exposure.caddyTls === "internal" ? " tls internal\n" : ""; return `${exposure.hostname} { -${tlsLines} @api path /health* /api* /v1* /openapi* /docs* /swagger* +${tlsLines} @api path /health* /auth* /v1* /json-rpc* /openapi* /docs* /swagger* reverse_proxy @api 127.0.0.1:${exposure.apiProxy.remotePort} { transport http { response_header_timeout ${exposure.responseHeaderTimeoutSeconds}s