From a100463f09b41ac6798315d6fe01a620cb89dcb5 Mon Sep 17 00:00:00 2001 From: opencode-agent Date: Fri, 13 Feb 2026 11:17:28 +0000 Subject: [PATCH] docs: add rclone config template for reference --- config/rclone.conf.template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config/rclone.conf.template diff --git a/config/rclone.conf.template b/config/rclone.conf.template new file mode 100644 index 0000000..4a6be7b --- /dev/null +++ b/config/rclone.conf.template @@ -0,0 +1,25 @@ +# JingTian rclone Configuration Template +# +# This file is auto-generated by setup.ps1 +# Manual edits may be overwritten. +# +# Remote: SFTP connection to Ubuntu sync server +# Used for syncing BenjaminTeam folder + +[jingtian-server] +type = sftp +host = {{SERVER_HOST}} +user = {{SERVER_USER}} +key_file = {{SSH_KEY_PATH}} +shell_type = unix + +# Optional settings (uncomment to enable): +# +# # Limit bandwidth (in KiB/s) +# bwlimit = 10M +# +# # Use compression +# use_insecure_cipher = false +# +# # Connection timeout +# conn_timeout = 30s