-
v3.4.1
StableSome checks failedRelease / Build and push versioned images (push) Failing after 9sRelease / Create Forgejo release (push) Successful in 14sCI / Backend lint (ruff) (push) Successful in 1m58sCI / Frontend tests, audit, and build (push) Successful in 2m7sCI / Docker image build (push) Successful in 3m43sCI / Bot tests and audit (push) Successful in 4m17sCI / Backend migration, tests, and audit (push) Successful in 6m6sreleased this
2026-07-16 18:27:12 +00:00 | 737 commits to main since this releasePatch: deploy healthcheck fix.
Fixed
- [ops] Frontend healthcheck probes
127.0.0.1instead oflocalhost— the
nginx:alpineimage mapslocalhostto IPv6::1only, but nginx binds IPv4
0.0.0.0:80, so the #84wget --spider http://localhost/healthcheck got
connection-refused and flapped the container unhealthy even though nginx
served fine. (backend/bot use Debian images wherelocalhostresolves to
127.0.0.1, so they were unaffected.)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- [ops] Frontend healthcheck probes