feat(caddy): add Caddyfile (apex + auth + packwiz vhosts)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-24 04:34:33 +02:00
parent c717890012
commit 6d09f659db

17
caddy/Caddyfile Normal file
View File

@@ -0,0 +1,17 @@
{
auto_https off
}
http://{$BASE_DOMAIN} {
root * /srv/www
file_server
}
http://auth.{$BASE_DOMAIN} {
reverse_proxy drasl:25585
}
http://packwiz.{$BASE_DOMAIN} {
root * /srv/pack
file_server browse
}