cluster

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

commit b4bc66f3255c9d3533ed71fbfe8fbd35ef49ceb1
parent 70de52c8693ae5486d1a6409e9fd44e26001ffb7
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sat,  4 Apr 2026 13:10:33 +0200

fix path

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

Diffstat:
Mapps/talos_cluster/matrix-backup/backup-tool/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/talos_cluster/matrix-backup/backup-tool/main.go b/apps/talos_cluster/matrix-backup/backup-tool/main.go @@ -1673,7 +1673,7 @@ func backupAccount(ctx context.Context, acc accountCfg) error { for roomID := range dmRooms { catchupDMs[roomID] = true } - if raw, err := getDecryptedAgeFromS3(ctx, acc.Prefix+"/rooms-latest.json"); err == nil && raw != nil { + if raw, err := getDecryptedAgeFromS3(ctx, acc.Prefix+"/rooms-latest.json.age"); err == nil && raw != nil { var storedRooms []roomEntry if json.Unmarshal(raw, &storedRooms) == nil { for _, r := range storedRooms {