Skip to content

Commit 0813528

Browse files
authored
Update README with additional RClone flags
1 parent 06e4fd2 commit 0813528

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,20 @@ This setup disables Rclone's caching and streams directly, since the end-client
7575
--buffer-size=1024
7676
--dir-cache-time=1s
7777
--links
78+
--use-cookies
79+
--allow-other
7880
```
7981

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+
8191

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.
8592

8693
# Radarr / Sonarr
8794

0 commit comments

Comments
 (0)