Add caddy ddns module config
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
{
|
||||
dynamic_dns {
|
||||
provider cloudflare {env.CLOUDFLARE_API_TOKEN}
|
||||
domains {
|
||||
nvengal.com @
|
||||
}
|
||||
check_interval 5m
|
||||
}
|
||||
}
|
||||
|
||||
git.nvengal.com {
|
||||
reverse_proxy gitea:3000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user