Adrian Mace
Adrian Mace
Here's mine - it **doesn't** work - attempting to run a self-hosted instance of the H service for my web app to integrate into and avoid cloud storage of visitor's...
Here's a crappy workaround I wrote super quickly just so that I ensured I was not missing emails. ``` /** * Send email using the SES sendRawEmail command. * *...
I see in the latest commits you have fixed this, perhaps it is just the cask package I installed.
Thanks for committing to this feature request! On the security / reason for a fork: Rather than run a single global instance of Metacontroller, we run one instance per CompositeController...
Based on the [12factor](12factor.net) principles I'd recommend these configs be available as environment variables instead of / in addition to the file. e.g.: `COMPOSITE_CONTROLLERS=my-parent,my-child-1,my-child-2`.
@ameshkov the current behaviour actually breaks [the RFC](https://datatracker.ietf.org/doc/html/rfc8375) related to `home.arpa`. I think. Specifically Section 4.4.B. With a recent update to Apple devices, they are now frequently making unicast DNS...
Thanks that worked perfectly. I will note that it's worth doing this for `*home.arpa` specifically, rather than the entire `*.arpa` namespace.
Can you give an example or more info on this? I would think that the source IP would be the same as the Prometheus job scraping target.
I added my 👍🏻 to the original post but the scope has changed slightly. I would raise a new issue for publishing to Docker Hub or Github Container Registry, but...
I’ve come across [this](https://gitlab.com/kabo/eks-iam-auth/-/tree/master) as well which looks to do the trick, but I’d love to have it available in the official lib.