koyote

Results 4 issues of koyote

added js tags filter for complex scenarios when regex and semver uncomfortable

Any reason not to strip result files?

Since github.com/boltdb/bolt is not maintained anymore. See https://github.com/boltdb/bolt?tab=readme-ov-file#a-message-from-the-author for details.

customer issue

This Caddyfile produce incorrect upstreams headers (placeholders not replaced at all) ``` http://localhost:1337 { reverse_proxy / { to http://localhost:1339 header_up XXX1 {http.request.tls.client.certificate_der_base64} header_up XXX2 {http.request.tls.client.san.uris.0} } } ``` Without this...