cluster

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

commit a6a534d17f285c99d11b4c056a54f0ed9161cecb
parent e5274b013f30ca75d3c2ad760e9be20081969535
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Fri, 17 Apr 2026 21:07:15 +0200

another fix?

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

Diffstat:
Mapps/talos_cluster/mediawiki/configmap.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/talos_cluster/mediawiki/configmap.yaml b/apps/talos_cluster/mediawiki/configmap.yaml @@ -45,7 +45,7 @@ data: $wgPasswordSender = 'support@midnightthoughts.space'; $wgSMTP = [ - 'host' => 'tls://stalwart-mail.stalwart.svc.cluster.local', + 'host' => 'stalwart-mail.stalwart.svc.cluster.local', 'IDHost' => 'wiki.mtrnord.blog', 'port' => 587, 'auth' => true,