Update caddy infra

This commit is contained in:
Jay T
2026-08-18 00:22:00 +00:00
parent 2bd55b66a4
commit 744bbd3c1e
4 changed files with 28 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
{
# Global option: Sets DNS-01 for all certificates using the Cloudflare plugin
acme_dns cloudflare {$CLOUDFLARE_API_TOKEN}
}
ilboo.com {
# Forward requests to port 5003 running directly on the host system
reverse_proxy host.docker.internal:5003
}