feat: integrate MinIO-backed user filesystem

This commit is contained in:
Codex
2026-06-03 12:06:34 +08:00
parent a27560102b
commit ffa1249403
56 changed files with 4810 additions and 116 deletions

View File

@ -11,7 +11,7 @@ http {
sendfile on;
tcp_nopush on;
keepalive_timeout 65;
client_max_body_size 50m;
client_max_body_size 5g;
access_log /dev/stdout;
error_log /dev/stderr warn;
@ -69,4 +69,3 @@ http {
}
}
}