diff --git a/Rclone.md b/Rclone.md index bf257b6..e437fe7 100644 --- a/Rclone.md +++ b/Rclone.md @@ -44,7 +44,11 @@ rclone ls minio: https://min.io -Create bucket, access key, secret key. Then connect them with `mc` command, here bucket wekan: +Running MinIO server binary, storing files at `/home/wekan/minio/data` +``` +MINIO_ROOT_USER=admin MINIO_ROOT_PASSWORD=password ./minio server /home/wekan/minio/data --console-address ":9001" +``` +Create bucket, access key, secret key. Then connect them with `mc` command installed from https://min.io website, here bucket wekan: ``` mc config host add wekan http://192.168.0.100:9000 ACCESS-KEY-HERE SECRET-KEY-HERE ```