- Clone all 5 Zonemaster component repos (LDNS, Engine, CLI, Backend, GUI) - Dockerfile.backend: 8-stage multi-stage build LDNS→Engine→CLI→Backend - Dockerfile.gui: Astro static build served via nginx - docker-compose.yml: backend (internal) + frontend (port 5353) - nginx.conf: root redirects to /es/, /api/ proxied to backend - zonemaster-gui/config.ts: defaultLanguage set to 'es' (Spanish) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GUI Configuration
This section contains information about configuration of the GUI component.
- Run-time configuring Zonemaster-GUI using "config.json" is currently limited to creating or updating a message banner.
- Simple build-time configuring Zonemaster-GUI using "config.ts" lists basic configuration options of Zonemaster-GUI.
- Advanced build-time configuring Zonemaster-GUI using "tsconfig.json" can change the look-and-feel of Zonemaster-GUI.
- Configuring Zonemaster-GUI using Theming gives further instructions for how to customize Zonemaster-GUI.
- Build a custom Zonemaster-GUI installation package