feat: add default storage quota configuration and update media upload handling

This commit is contained in:
2025-11-03 01:52:15 +01:00
parent 8b98df745c
commit 964bcf2655
11 changed files with 216 additions and 136 deletions

View File

@@ -20,4 +20,5 @@ pub struct Config {
pub media_library_path: String,
pub broker_url: String,
pub max_upload_size_mb: Option<u32>,
pub default_storage_quota_gb: Option<u64>,
}