Add caddy ddns module config

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

View File

@@ -10,3 +10,13 @@ seer.nvengal.com {
watch.nvengal.com { watch.nvengal.com {
reverse_proxy jellyfin:8096 reverse_proxy jellyfin:8096
} }
{
dynamic_dns {
provider cloudflare {env.CLOUDFLARE_API_TOKEN}
domains {
nvengal.com @
}
check_interval 5m
}
}