80a3250cf6
Routes adyrem.duckdns.org/mtg → http://10.10.2.10:3000 (claude-code-vm) with StripPrefix so the app sees requests at /. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
491 B
YAML
14 lines
491 B
YAML
---
|
|
pihole_password: "{{ vault_pihole_password }}"
|
|
pihole_dns_upstream1: "8.8.8.8"
|
|
pihole_dns_upstream2: "8.8.4.4"
|
|
pihole_local_domain: "homelab"
|
|
pihole_interface: "eth0"
|
|
pihole_dns_hosts:
|
|
- { ip: "10.10.1.2", host: "pihole.homelab" }
|
|
- { ip: "10.10.1.3", host: "traefik.homelab" }
|
|
- { ip: "10.10.1.125", host: "gitea.homelab" }
|
|
- { ip: "10.10.1.137", host: "grafana.homelab" }
|
|
- { ip: "10.10.1.3", host: "adyrem.duckdns.org" }
|
|
- { ip: "10.10.1.3", host: "mtg.homelab" }
|