You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,20 @@ This setup disables Rclone's caching and streams directly, since the end-client
75
75
--buffer-size=1024
76
76
--dir-cache-time=1s
77
77
--links
78
+
--use-cookies
79
+
--allow-other
78
80
```
79
81
80
-
The `--links` setting in RClone is important. It allows *.rclonelink files within the webdav to be translated to symlinks when mounted onto your filesystem.
82
+
* The `--links` setting in RClone is important. It allows *.rclonelink files within the webdav to be translated to symlinks when mounted onto your filesystem.
83
+
84
+
> NOTE: Be sure to use an updated version of rclone that supports the `--links` argument.
85
+
> * Version `v1.70.3` has been known to support it.
86
+
> * Version `v1.60.1-DEV` has been known _not_ to support it.
87
+
88
+
* The `--use-cookies` setting in RClone is also important. Without it, RClone is forced to re-authenticate on every single webdav request, slowing it down considerably.
89
+
* The `--allow-other` setting is not required, but it should help if you find that your containers are not able to see the mount contents due to permission issues.
90
+
81
91
82
-
> NOTE: Be sure to use an updated version of rclone that supports the `--links` argument.
83
-
> * Version `v1.70.3` has been known to support it.
84
-
> * Version `v1.60.1-DEV` has been known _not_ to support it.
0 commit comments