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

@ -49,7 +49,7 @@ cd /home/ivan/xuan/beaver_project/router-proxy
如果 deploy-control 侧使用默认配置,实例 URL 形如:
```text
http://<instance-slug>.127.0.0.1.nip.io:8088
http://<instance-slug>.localhost:8088
```
只要本机或 DNS 能把该域名解析到代理所在机器,就会由该代理转发到目标实例容器。

View File

@ -12,7 +12,7 @@ http {
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
client_max_body_size 100m;
client_max_body_size 5g;
map $http_upgrade $connection_upgrade {
default upgrade;