chore: full stack stability and migration fixes, plus react UI progress
This commit is contained in:
20
deploy/hetzner/Caddyfile
Normal file
20
deploy/hetzner/Caddyfile
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user