Merge branch 'main' of git.bizmatch.net:aknuth/caddy-standalone

This commit is contained in:
2026-04-28 19:13:57 +02:00

View File

@@ -43,14 +43,21 @@ auth.bizmatch.net {
##############
##### INNUNGSAPP
##############
www.innungsapp.com, innungsapp.com {
*.innungsapp.com, innungsapp.com {
# Nutzt die oben definierte Cloudflare DNS-Challenge
tls {
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
}
handle {
reverse_proxy innungsapp-admin:3000
}
log {
output file /var/log/caddy/innungsapp.log
format console
}
encode gzip
}