Config files for my server. Except not my secrets

add not oauth matcher i hope

vielle.dev 4a6bbc9d c1a20edc

verified
Changed files
+4 -1
caddy
+4 -1
caddy/Caddyfile
··· 212 212 JSON 200 213 213 } 214 214 215 - redir http://localhost:3000{uri} 215 + @not-oauth `{path} != "/oauth-client-metadata.json"` 216 + handle @not-oauth { 217 + redir http://localhost:3000{uri} 218 + } 216 219 }