fix: Fixes merge conflicts.
This commit is contained in:
@@ -136,7 +136,6 @@
|
|||||||
crowdsec
|
crowdsec
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
######################################################
|
######################################################
|
||||||
# Media / *arr stack
|
# Media / *arr stack
|
||||||
######################################################
|
######################################################
|
||||||
@@ -185,6 +184,32 @@
|
|||||||
@jellyseerr host jellyseerr.housh.dev
|
@jellyseerr host jellyseerr.housh.dev
|
||||||
handle @jellyseerr {
|
handle @jellyseerr {
|
||||||
reverse_proxy http://frankenmini.housh.dev:5055
|
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
|
crowdsec
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user