Remove Dynu provider version constraint

This commit is contained in:
beatz174-bit
2026-05-13 05:09:17 +10:00
parent fc5c882193
commit 5c38b92bc8
6 changed files with 57 additions and 30 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
}
}
}