Kyle Harding

Results 292 comments of Kyle Harding

This is great work so far @20k-ultra ! Is there any benefit in enabling some ACT tests that only verify that jobs have passed or skipped? The validation of artifacts...

So you need something like the [2.1.5 tag](https://hub.docker.com/r/klutchell/dnscrypt-proxy/tags?name=2.1.5)? These tags do exist, there just hasn't been any new ones recently. The tags you see with the git sha are from...

Yeah, it's a bit of a hassle only because I'm using a shared CI workflow, so the changes would have to be made upstream. It's a reasonable ask though, we...

Hey @an0wak , those are just warnings and shouldn't prevent the app from running. It's commented in the code [here](https://github.com/DNSCrypt/dnscrypt-proxy/blob/0f9f25d762187606a3bb3446aab619ce27b19971/dnscrypt-proxy/sources.go#L135-L139). We can try to fix the permissions but I want...

@an0wak can you also share the config you are mounting? I don't see this warning with the default config.

I'm not sure I fully understand the issue here? Can you explain in detail what is wrong with the example config and compose file for redis?

Copy the example redis custom config from [here](https://github.com/klutchell/unbound-docker/tree/main/examples/redis/custom.conf.d) and put it in a local directory `./custom.conf.d` so the compose file can mount it as described. You do not need to...

@mrmuiz your server config is not importing custom config files, so your cachedb.conf is not used. You need this at the bottom of `unbound.conf` ``` # Allow custom configuration to...

@shaunco the previous implementation of rsyslog wasn't producing JSON output, so I would hesitate to switch to that now as it's actually less human-readable without a parser. The current prefix...

I've been [testing](https://github.com/balena-io-modules/open-balena-base/pull/416) rsyslog which we used to use to send logs to logentries, and we had combined it with systemd-journald. systemd-journald doesn't have any grouping of multi-line messages apparently,...