fix webdav: enable VFS cache for MKCOL support
Zotero requires MKCOL (directory creation) which rclone's S3 backend doesn't support without --vfs-cache-mode=full. Added tmpfs for the cache directory.
This commit is contained in:
@@ -292,6 +292,9 @@ services:
|
|||||||
- --addr=:8080
|
- --addr=:8080
|
||||||
- --user=${WEBDAV_USER:-zotero}
|
- --user=${WEBDAV_USER:-zotero}
|
||||||
- --pass=${WEBDAV_PASS}
|
- --pass=${WEBDAV_PASS}
|
||||||
|
- --vfs-cache-mode=full
|
||||||
|
tmpfs:
|
||||||
|
- /tmp/rclone-cache
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- rustfs
|
- rustfs
|
||||||
|
|||||||
Reference in New Issue
Block a user