this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add not oauth matcher i hope

+4 -1
+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 }