From 59e1a7eafc2b73c009c1fa204ce4854b84a1b066 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Thu, 2 Jan 2025 00:48:03 -0500 Subject: Updated wiki to have rclone page --- site/desktop/desktop/index.html | 50 ++- site/desktop/rclone/index.html | 786 ++++++++++++++++++++++++++++++++++++ site/desktop/remote_nvim/index.html | 47 ++- site/desktop/syncthing/index.html | 47 ++- site/desktop/thunderbird/index.html | 49 ++- 5 files changed, 925 insertions(+), 54 deletions(-) create mode 100644 site/desktop/rclone/index.html (limited to 'site/desktop') diff --git a/site/desktop/desktop/index.html b/site/desktop/desktop/index.html index 89a608d..662f8f4 100644 --- a/site/desktop/desktop/index.html +++ b/site/desktop/desktop/index.html @@ -14,11 +14,11 @@ - + - + @@ -26,7 +26,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -83,12 +83,12 @@
@@ -108,13 +108,13 @@
- + - + - + diff --git a/site/desktop/rclone/index.html b/site/desktop/rclone/index.html new file mode 100644 index 0000000..90564b1 --- /dev/null +++ b/site/desktop/rclone/index.html @@ -0,0 +1,786 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Rclone - Joshua's Wiki + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + +

rclone remote mounts using sftp

+

This is a guide on setting up rclone mounts with snippets

+

rclone.conf should be something as follows:

+
[Homelab]
+type = sftp
+host = joshuayun.com
+port = 3333
+key_file = /home/joshua/.ssh/id_ed25519
+shell_type = unix
+md5sum_command = md5sum
+sha1sum_command = sha1sum
+user = joshua
+
+

The mount command would look something like this, we need to specify uid and gid in the options:

+
mount Remote1:remote_dir local_dir -t rclone -o vfs_cache_mode=writes,config=config_dir/rlone.conf,allow_other=true,uid=1000,gid=1000
+
+

References:

+

rclone mount

+ + + + + + + + + + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/site/desktop/remote_nvim/index.html b/site/desktop/remote_nvim/index.html index e4112d2..9dde489 100644 --- a/site/desktop/remote_nvim/index.html +++ b/site/desktop/remote_nvim/index.html @@ -18,7 +18,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -83,12 +83,12 @@
@@ -108,13 +108,13 @@
- + - + - + diff --git a/site/desktop/syncthing/index.html b/site/desktop/syncthing/index.html index 2db4b9e..40eb55b 100644 --- a/site/desktop/syncthing/index.html +++ b/site/desktop/syncthing/index.html @@ -18,7 +18,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -83,12 +83,12 @@
@@ -108,13 +108,13 @@
- + - + - + diff --git a/site/desktop/thunderbird/index.html b/site/desktop/thunderbird/index.html index 3e312e7..0c30ded 100644 --- a/site/desktop/thunderbird/index.html +++ b/site/desktop/thunderbird/index.html @@ -11,14 +11,14 @@ - + - + @@ -26,7 +26,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -83,12 +83,12 @@
@@ -108,13 +108,13 @@
- + - + - + -- cgit v1.2.3