update: rclone add remote control

This commit is contained in:
tao.chen
2026-08-03 19:57:29 +08:00
parent e19340332a
commit 85791ab1ea
+3
View File
@@ -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,