feat: media-browser for matrix

This commit is contained in:
2026-05-23 11:46:58 +00:00
parent e2720b7d5b
commit 3de60e9701
5 changed files with 680 additions and 0 deletions
+9
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