fix(remote): 添加 /api/files/upload 路由支持文件上传

This commit is contained in:
2026-03-09 19:41:42 +08:00
parent d65b3e7909
commit 4c18edf74f
6 changed files with 302 additions and 4 deletions

View File

@@ -7,17 +7,24 @@ log.level = "info"
log.maxDays = 7
[[proxies]]
name = "remote-desktop"
name = "desktop-remote"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3000
remotePort = 8080
[[proxies]]
name = "gitea-web"
name = "gitea-remote"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3001
remotePort = 8081
[[proxies]]
name = "opencode-remote"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3002
remotePort = 8082

View File

@@ -7,17 +7,24 @@ log.level = "info"
log.maxDays = 7
[[proxies]]
name = "remote-desktop"
name = "desktop-remote"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3000
remotePort = 8080
[[proxies]]
name = "gitea-web"
name = "gitea-remote"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3001
remotePort = 8081
[[proxies]]
name = "opencode-remote"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3002
remotePort = 8082