feat: media-browser: preview for local files

This commit is contained in:
2026-05-23 11:56:04 +00:00
parent e38bf7582d
commit 7dc66abc21
2 changed files with 96 additions and 8 deletions

View File

@@ -143,7 +143,7 @@ in {
maxUploadSize = lib.mkOption {
type = lib.types.str;
default = "100M";
default = "2G";
description = ''
Maximum file upload size accepted by Synapse and nginx.
'';