merge: personal user filesystem minio integration

This commit is contained in:
2026-06-03 16:32:29 +08:00
56 changed files with 4780 additions and 115 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;