jm-positron
jm-positron
Before submitting your PR, please confirm the following. See https://github.com/goccy/go-yaml/issues/764 The current MarshalYAML implementation makes no allowance for functions that need to return carefully crafted ast nodes, and this unnecessarily...
Essentially, I would expect an InterfaceMarshaler to be able to return a customized ast.Node and have that be used. Instead, the code treats it as a normal struct, so far...
### Issue Details From the [docs](https://caddyserver.com/docs/automatic-https): > Special cases: > > Domains ending in .ts.net will not be managed by Caddy. Instead, Caddy will automatically attempt to get these certificates...
## Overview I POST-ed to the admin config endpoint to try and configure TLS, and that caused a repeated panic-crash loop in caddy. Version 2.10.0 This is the repeated panic:...