cluster

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

commit baf7b1f9a0e6fd5fcbbf12d19163d1797232b8fb
parent f2ff58a29e05a5071e2116cdc838c248d7e0421e
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Fri, 17 Apr 2026 19:46:23 +0200

try to fix email

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

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

diff --git a/apps/talos_cluster/mediawiki/configmap.yaml b/apps/talos_cluster/mediawiki/configmap.yaml @@ -45,9 +45,9 @@ data: $wgPasswordSender = 'support@midnightthoughts.space'; $wgSMTP = [ - 'host' => 'ssl://mail.midnightthoughts.space', + 'host' => 'mail.midnightthoughts.space', 'IDHost' => 'wiki.mtrnord.blog', - 'port' => 465, + 'port' => 587, 'auth' => true, 'username' => 'support@midnightthoughts.space', 'password' => getenv('MW_SMTP_PASSWORD') ?: '',