Add caddy ddns module config

This commit is contained in:
2026-01-10 21:31:17 -08:00
parent bb8b5acb12
commit df67feb6be

View File

@@ -1,3 +1,14 @@
{
dynamic_dns {
provider cloudflare {env.CLOUDFLARE_API_KEY}
domains {
nvengal.com @
}
check_interval 5m
versions ipv4
}
}
git.nvengal.com {
reverse_proxy gitea:3000
}