From 4a6bbc9d28e1ef50edfd510b853d2aa7a4f82db9 Mon Sep 17 00:00:00 2001 From: afterlifepro Date: Sun, 04 Jan 2026 21:34:40 +0000 Subject: [PATCH] add not oauth matcher i hope --- caddy/Caddyfile | 5 ++++- 1 file(s) changed, 4 insertion(s)(+), 1 deletion(s)(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -212,5 +212,8 @@ JSON 200 } - redir http://localhost:3000{uri} + @not-oauth `{path} != "/oauth-client-metadata.json"` + handle @not-oauth { + redir http://localhost:3000{uri} + } } \ No newline at end of file -- tangled.sh