Updated Rclone (markdown)

Lauri Ojansivu 2022-12-27 21:16:39 +02:00
parent ed5a73cbe5
commit 8553017495

@ -6,7 +6,19 @@ Newest WeKan has features to move files between MongoDB GridFS and filesystem.
Instead of filesystem, Rclone mounted cloud filesystem directory can be used, like MinIO. Instead of filesystem, Rclone mounted cloud filesystem directory can be used, like MinIO.
# Rclone config ## Screenshot 1: Moving Filesystem moves to cloud filesystem like MinIO. S3 button does not work yet.
<img src="https://wekan.github.io/rclone/wekan-admin-panel.png" width="100%" alt="Wekan Admin Panel file move" />
## Screenshot 2: Files at MinIO after moving all to filesystem
<img src="https://wekan.github.io/rclone/minio1.png" width="100%" alt="MinIO 1" />
## Screenshot 3: Files at MinIO after moving all to filesystem
<img src="https://wekan.github.io/rclone/minio2.png" width="100%" alt="MinIO 2" />
## Rclone config
Create config for example with command: Create config for example with command:
``` ```