99 lines
2 KiB
Caddyfile
99 lines
2 KiB
Caddyfile
(authentik) {
|
|
route /outpost.goauthentik.io/* {
|
|
reverse_proxy http://authentik:9000
|
|
}
|
|
|
|
forward_auth http://authentik:9000 {
|
|
uri /outpost.goauthentik.io/auth/caddy
|
|
copy_headers X-Authentik-Username X-Authentik-Groups X-Authentik-Email X-Authentik-Name X-Authentik-Uid X-Authentik-Jwt X-Authentik-Meta-Jwks X-Authentik-Meta-Outpost X-Authentik-Meta-Provider X-Authentik-Meta-App X-Authentik-Meta-Version
|
|
}
|
|
}
|
|
|
|
// calibre.netgrimoire.com {
|
|
// import authentik
|
|
// reverse_proxy http://calibre:8080
|
|
// }
|
|
|
|
|
|
dns.netgrimoire.com {
|
|
import authentik
|
|
reverse_proxy http://192.168.5.7:5380
|
|
}
|
|
|
|
webtop.netgrimoire.com {
|
|
import authentik
|
|
reverse_proxy http://webtop:3000
|
|
}
|
|
|
|
|
|
jackett.netgrimoire.com {
|
|
import authentik
|
|
reverse_proxy http://gluetun:9117
|
|
}
|
|
|
|
transmission.netgrimoire.com {
|
|
import authentik
|
|
reverse_proxy http://gluetun:9091
|
|
}
|
|
|
|
stash.netgrimoire.com {
|
|
import authentik
|
|
reverse_proxy http://stash:9999
|
|
}
|
|
|
|
namer.netgrimoire.com {
|
|
import authentik
|
|
reverse_proxy http://namer:6980
|
|
}
|
|
|
|
|
|
|
|
(mailcow-proxy) {
|
|
reverse_proxy mailcow-nginx:80
|
|
}
|
|
|
|
(mailcow-imap) {
|
|
reverse_proxy mailcow-nginx:143
|
|
}
|
|
|
|
(mailcow-smtp) {
|
|
reverse_proxy mailcow-nginx:587
|
|
}
|
|
|
|
smtp.netgrimoire.com, smtp.wasted-bandwidth.net, smtp.gnarlypandaproductions.com {
|
|
import mailcow-smtp
|
|
}
|
|
|
|
imap.netgrimoire.com, imap.wasted-bandwidth.net, imap.gnarlypandaproductions.com {
|
|
import mailcow-imap
|
|
}
|
|
|
|
|
|
mail.netgrimoire.com, autodiscover.netgrimoire.com, autoconfig.netgrimoire.com {
|
|
import mailcow-proxy
|
|
}
|
|
|
|
mail.wasted-bandwidth.net, autodiscover.wasted-bandwidth.net, autoconfig.wasted-bandwidth.net {
|
|
import mailcow-proxy
|
|
}
|
|
|
|
mail.gnarlypandaproductions.com, autodiscover.gnarlypandaproductions.com, autoconfig.gnarlypandaproductions.com {
|
|
import mailcow-proxy
|
|
}
|
|
|
|
(email-proxy) {
|
|
redir https://mail.netgrimoire.com/sogo 301
|
|
}
|
|
|
|
|
|
email.gnarlypandaproductions.com, email.netgrimoire.com, email.wasted-bandwidth.net {
|
|
import email-proxy
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|