feat: media-browser for matrix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user