fix: Fixes merge conflicts.

This commit is contained in:
2026-01-15 16:17:28 -05:00
parent f303fa3d6d
commit c7f5ba5976

View File

@@ -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
}
}