sholdee
sholdee
On https://github.com/BeryJu/gravity/commit/d6148a7f810165e36b5e7fe199611929053dbfeb ``` {"level":"info","ts":1703031274.8847294,"logger":"role.dns","msg":"starting blocky async","instance":"gravity-0","version":"0.8.0-d6148a7f","zone":".","handler":"forward_blocky"} [2023-12-20 00:14:34] WARN list_cache: Can't download file: Get "https://big.oisd.nl/domainswild": dial tcp [2001:41d0:701:1100::5b10]:443: connect: network is unreachable attempt=1/3 link=https://big.oisd.nl/domainswild [2023-12-20 00:14:34] WARN list_cache: Can't download...
Adds a basic http health check endpoint Leverages existing build env, no added dependencies Only ~3.5 MB increased image size Enables use of load balancer
closes #12285 ### Changes: Suppresses error when no local environment is found, which is a valid configuration
I am using [caddy-docker-proxy](https://github.com/lucaslorentz/caddy-docker-proxy) with the bouncer in [this image](https://github.com/sholdee/CADDY-PROXY-CLOUDFLARE), which generates a config from Docker labels and loads it via the admin api on localhost:2019. Everything works well until...
**Describe the bug** `gravity-external-dns:v0.28.7` is returning an invalid `Content-Type` value `application/json; charset=UTF-8` **To Reproduce** Deploy external-dns with sidecar v0.28.7. **Expected behavior** Returns `application/external.dns.webhook+json;version=1` **Logs** ``` time="2025-11-03T02:43:42Z" level=info msg="GitCommitShort=unknown, GoVersion=go1.24.6, Platform=linux/arm64,...