From 85791ab1eae591a13d8e602eda19489a9433a0cc Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:57:29 +0800 Subject: [PATCH] update: rclone add remote control --- runtime/src/runtime/mount.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/src/runtime/mount.py b/runtime/src/runtime/mount.py index 97cfbff..5c07a5e 100644 --- a/runtime/src/runtime/mount.py +++ b/runtime/src/runtime/mount.py @@ -68,6 +68,9 @@ def start_rclone_mount() -> None: "--dir-cache-time", "30s", "--poll-interval", "30s", "--log-level", "INFO", + "--rc", + "--rc-addr 0.0.0.0:5572", + "--rc-no-auth", ] RCLONE_PROCESS = subprocess.Popen( cmd,