remove annaville

This commit is contained in:
2026-04-09 10:16:09 -05:00
parent 3a628fe676
commit 02b721ff51
2 changed files with 1 additions and 1756 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,20 +4,6 @@
acme_ca https://acme-v02.api.letsencrypt.org/directory acme_ca https://acme-v02.api.letsencrypt.org/directory
debug debug
} }
import email_autodiscover
# ---------------------------------------------------------
# Block A: Die dedizierten Autodiscover Domains
# ---------------------------------------------------------
autodiscover.bayarea-cc.com, autodiscover.bizmatch.net,
autodiscover.ruehrgedoens.de, autoconfig.ruehrgedoens.de,
autoconfig.bayarea-cc.com, autoconfig.bizmatch.net {
# Hier rufen wir das Snippet auf
import email_settings
# Fallback für Aufrufe auf Root dieser Subdomains
respond "Autodiscover Service Online" 200
}
# Prod: Neue Domains # Prod: Neue Domains
www.bizmatch.net { www.bizmatch.net {
@@ -48,7 +34,6 @@ www.bizmatch.net {
} }
bizmatch.net { bizmatch.net {
redir https://www.bizmatch.net{uri} permanent redir https://www.bizmatch.net{uri} permanent
import email_settings
} }
www.qrmaster.net { www.qrmaster.net {
handle { handle {
@@ -95,7 +80,6 @@ bayarea-cc.com {
format console format console
} }
encode gzip encode gzip
import email_settings
} }
www.bayarea-cc.com { www.bayarea-cc.com {
redir https://bayarea-cc.com{uri} permanent redir https://bayarea-cc.com{uri} permanent
@@ -279,28 +263,7 @@ api.email-bayarea.com {
encode gzip encode gzip
} }
annavillesda.org {
# API requests to backend
handle /api/* {
reverse_proxy host.docker.internal:3070
}
# Frontend static files
handle {
root * /home/aknuth/git/annaville-sda-site/dist
try_files {path} {path}/ /index.html
file_server
}
log {
output file /var/log/caddy/access.prod.log
}
encode gzip
}
www.annavillesda.org {
redir https://annavillesda.org{uri} permanent
}
# ----------------- # -----------------
# just for certificate generation # just for certificate generation
# ----------------- # -----------------