diff --git a/Caddyfile b/Caddyfile index 24374ec..ebc91e9 100755 --- a/Caddyfile +++ b/Caddyfile @@ -21,6 +21,22 @@ mail.wasted-bandwidth.net, imap.wasted-bandwidth.net, smtp.wasted-bandwidth.net, } } +mail.gnarlypandaproductions.com, imap.gnarlypandaproductions.com, smtp.gnarlypandaproductions.com, autodiscover.gnarlypandaproductions.com, autoconfig.gnarlypandaproductions.com { + reverse_proxy mailcow-nginx:80 { + } +} + +webmail.gnarlypandaproductions.com, webmail.netgrimoire.com, webmail.wasted-bandwidth.net { + reverse_proxy roundcube:80 { + } +} + +email.gnarlypandaproductions.com, email.netgrimoire.com, email.wasted-bandwidth.net { + reverse_proxy mailcow-nginx:80/sogo { + } +} + + (authentik) { # Always forward outpost path to actual outpost reverse_proxy /outpost.goauthentik.io/* http://authentik:9000 diff --git a/roundCube.yaml b/roundcube.yaml similarity index 100% rename from roundCube.yaml rename to roundcube.yaml