df
This commit is contained in:
parent
e8e7d60f33
commit
8d2ba2cf06
2 changed files with 11 additions and 0 deletions
10
Caddyfile
10
Caddyfile
|
|
@ -6,6 +6,16 @@ dns.netgrimoire.com {
|
|||
}
|
||||
}
|
||||
|
||||
mail.netgrimoire.com, imap.netgrimoire.com, smtp.netgrimoire.com, autodiscover.netgrimoire.com, autoconfig.netgrimoire.com {
|
||||
reverse_proxy mailcow-nginx:80 {
|
||||
}
|
||||
}
|
||||
|
||||
mail.wasted-bandwidth.net, imap.asted-bandwidth.net, smtp.asted-bandwidth.net, autodiscover.asted-bandwidth.net, autoconfig.asted-bandwidth.net {
|
||||
reverse_proxy mailcow-nginx:80 {
|
||||
}
|
||||
}
|
||||
|
||||
(authentik) {
|
||||
# Always forward outpost path to actual outpost
|
||||
reverse_proxy /outpost.goauthentik.io/* http://authentik:9000
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ services:
|
|||
- homepage.href=http://192.168.5.12:8043
|
||||
- homepage.description=Docker logs
|
||||
- caddy=dozzle.netgrimoire.com
|
||||
- caddy.import=authentik
|
||||
- caddy.reverse_proxy="{{upstreams 8080}}"
|
||||
networks:
|
||||
netgrimoire:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue