cluster

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

commit 3f86239e3f9544b7bf8b5bc273ac672111677364
parent a6a534d17f285c99d11b4c056a54f0ed9161cecb
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Fri, 17 Apr 2026 21:16:50 +0200

fix ?

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

Diffstat:
Mapps/talos_cluster/mediawiki/configmap.yaml | 11++---------
1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/apps/talos_cluster/mediawiki/configmap.yaml b/apps/talos_cluster/mediawiki/configmap.yaml @@ -45,19 +45,12 @@ data: $wgPasswordSender = 'support@midnightthoughts.space'; $wgSMTP = [ - 'host' => 'stalwart-mail.stalwart.svc.cluster.local', + 'host' => 'ssl://mail.midnightthoughts.space', 'IDHost' => 'wiki.mtrnord.blog', - 'port' => 587, + 'port' => 465, 'auth' => true, 'username' => 'support@midnightthoughts.space', 'password' => getenv('MW_SMTP_PASSWORD') ?: '', - // cert is issued for mail.midnightthoughts.space, not the internal service name - 'socket_options' => [ - 'ssl' => [ - 'verify_peer' => false, - 'verify_peer_name' => false, - ], - ], ]; # Caching — Valkey for shared object/session/parser cache, APCu for localisation