Add dynu_root_domain variable for domain import flow

This commit is contained in:
beatz174-bit
2026-05-13 05:18:02 +10:00
parent fc5c882193
commit 96a44d5da6
8 changed files with 69 additions and 31 deletions
+23
View File
@@ -143,5 +143,28 @@ locals {
target = null
proxied = null
}
searxng = {
fqdn = "searxng.lan.ddnsgeek.com"
hostname = "searxng"
service = "searxng"
source = "apps/searxng/docker-compose.yml"
purpose = "SearXNG search endpoint"
record_type = null
ttl = null
target = null
proxied = null
}
traefik = {
fqdn = "traefik.lan.ddnsgeek.com"
hostname = "traefik"
service = "traefik"
source = "core/traefik/docker-compose.yml"
purpose = "Traefik dashboard/API endpoint"
record_type = null
ttl = null
target = null
proxied = null
}
}
}