cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit ef2b8b267e83ee9c3bc205c982b05f50e0137b18
parent 823d33e9fa40279ebdb278d9ce192fa0f10c4991
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon, 23 Mar 2026 23:52:14 +0100

more fixes!

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/stalwart/release.yaml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/apps/talos_cluster/stalwart/release.yaml b/apps/talos_cluster/stalwart/release.yaml @@ -137,7 +137,7 @@ spec: calendar: scheduling: http-rsvp: - url: https://webmail.midnightthoughts.space + url: https://webmail.midnightthoughts.space/calendar/rsvp # ── Storage ───────────────────────────────────────────────────────── storage: @@ -252,6 +252,9 @@ spec: protocol: lmtp strategy: route: + # TODO: remove once nordgedanken.dev is migrated to Stalwart + - if: "rcpt_domain == 'nordgedanken.dev'" + then: "'mx'" - if: "rcpt_domain == 'lists.midnightthoughts.space'" then: "'mailman-lmtp'" - if: "rcpt_domain == 'phorge.mtrnord.blog'"