diff --git a/config/Caddyfile b/config/Caddyfile index f593f3c..30e416b 100644 --- a/config/Caddyfile +++ b/config/Caddyfile @@ -136,7 +136,6 @@ crowdsec } - ###################################################### # Media / *arr stack ###################################################### @@ -185,6 +184,32 @@ @jellyseerr host jellyseerr.housh.dev handle @jellyseerr { reverse_proxy http://frankenmini.housh.dev:5055 + } + + @ductcalc host ductcalc.housh.dev + handle @ductcalc { + reverse_proxy ductcalc:8080 + crowdsec + } + +} + + +# Subdomains +*.mhoush.com { + tls { + dns cloudflare {env.CF_AUTH_TOKEN} + resolvers 1.1.1.1 + } + + log { + level INFO + output file /var/log/caddy/access.log + } + + @preview host preview.mhoush.com + handle @preview { + reverse_proxy http://frankenmini.housh.dev:8888 crowdsec } }