update: rclone add remote control
This commit is contained in:
@@ -69,7 +69,7 @@ def start_rclone_mount() -> None:
|
|||||||
"--poll-interval", "30s",
|
"--poll-interval", "30s",
|
||||||
"--log-level", "INFO",
|
"--log-level", "INFO",
|
||||||
"--rc",
|
"--rc",
|
||||||
"--rc-addr 0.0.0.0:5572",
|
"--rc-addr", "0.0.0.0:5572",
|
||||||
"--rc-no-auth",
|
"--rc-no-auth",
|
||||||
]
|
]
|
||||||
RCLONE_PROCESS = subprocess.Popen(
|
RCLONE_PROCESS = subprocess.Popen(
|
||||||
|
|||||||
Reference in New Issue
Block a user