feat: media-browser for matrix

This commit is contained in:
2026-05-23 11:46:58 +00:00
parent afd4970cf4
commit e38bf7582d
5 changed files with 680 additions and 0 deletions

View File

@@ -84,6 +84,15 @@ in {
};
inherit matrixDomain;
};
services.media-browser = {
enable = true;
port = 3001;
s3Bucket = "matrix-hectic-lab";
s3Endpoint = "https://hel1.your-objectstorage.com";
s3Region = "hel1";
s3CredentialsFile = config.sops.secrets."matrix/object-storage/credentials".path;
};
};
# NOTE(yukkop): disk was provisioned by Hetzner rescue image, disko was never