From 114dd88bc2d38294842911e96781b4d59db74a30 Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 27 Dec 2024 09:44:39 -0600 Subject: [PATCH] asdf --- Caddyfile | 16 ++++++++++++++++ roundCube.yaml => roundcube.yaml | 0 2 files changed, 16 insertions(+) rename roundCube.yaml => roundcube.yaml (100%) 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