mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 07:24:07 +01:00
Updated Rclone (markdown)
parent
93fb64e92a
commit
59633084de
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue