Corin Langosch

Results 38 comments of Corin Langosch

Thanks. But this doesn't state who is runningauth.acme-dns.io. If it would be a trustworthy party (letsencrypt itself?) it wouldn't be a problem at all. I wonder why letsencrypt is not...

See https://github.com/jonathanio/update-systemd-resolved/issues/89 for a potential fix.

I had the same issue. Solved it by enhancing the original script to periodically check and apply the DNS settings in the background. If you like, you can try my...

I'd really prefer if we could check is this "hack" is still needed. As far as I can tell I never had any problems with any valid url I passed...

## 1. What would you like to have changed? It should be possible to use the proxy protocol not only for incomming but also outgoing (proxied) requests. ## 2. Why...

Yes, exactly. This way caddy could be used as an alternative to, for example, haproxy.

Yes, but this is only for the frontend, right? So caddy sitting behind a proxy which talks the proxy-protocol to caddy. But it'll not make caddy (better: the caddy proxy...

I tried to upload a directory and the current functionality seems totally broken if the target directory already exists. The name of the source directory is always used for a...

I implemented a quick' dirty file sync function based on file_upload (but it works!), see https://gist.github.com/gucki/6b81030910fb5fca034559991b840a9f. Please feel free to use it in any way you like.

@vivostar Save it to a file in the modules folder, ex. modules/xyz/lib/puppet/functions/sync_file.rb. Then you should be able to call it just like any other function from your bolt plan.