Files
madbase/deploy/hetzner/Caddyfile
Vlad Durnea a66d908eff
Some checks failed
CI / podman-build (push) Has been cancelled
CI / rust (push) Has been cancelled
chore: full stack stability and migration fixes, plus react UI progress
2026-03-18 09:01:38 +02:00

21 lines
330 B
Caddyfile

{
email ${ACME_EMAIL}
}
*.${DOMAIN} {
tls {
dns hetzner ${HETZNER_DNS_API_TOKEN}
}
# Reverse proxy to the MadBase Proxy service
reverse_proxy proxy:8000
}
# Also handle the root domain if needed
${DOMAIN} {
tls {
dns hetzner ${HETZNER_DNS_API_TOKEN}
}
reverse_proxy proxy:8000
}