Color palette (via custom.css override):
- Primary (main): seaweed #00b295 replaces fuchsia blue
- Borders/backgrounds: pale-sky #c9daea replaces light purple
- Highlights/secondary: neon-ice #03f7eb replaces electric indigo
- Text: coffee-bean #191516 replaces Woodsmoke
- Danger/error: cherry-rose #ab2346 replaces Mandy red
Footer copyright line replaced with:
"Based on free software by AFNIC and The Swedish Internet Foundation
🇪🇺 Hosted in the EU · Enhanced by Cloud Host (cloudhost.es)"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
share/GNUmakefile compiles .po -> .mo files via msgfmt (same pattern
as the engine build stage)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- gettext provides msgfmt needed to compile .po -> .mo locale files
in share/GNUmakefile during engine install_share step
- Net::DNS is a required runtime dep missing from cpanm install list
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Re-cloned zonemaster-ldns with --recurse-submodules so the bundled
ldns C library source (including Changelog and configure.ac) is present
- Added autoconf, automake, libtool to Dockerfile.backend ldns-build stage
so libtoolize + autoreconf can generate ldns/configure during make
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>