Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
docker compose -f docker-compose.yml up -d

Configure minio

(1) Login to the minio server via https://webdomain:8890

...

(2) Create an access key and copy the Access Key and Secret Key

...

(3 ) Create buckets

...

(4) Set access permission to Public

...

Configure minio integration

Log in to the system administrator portal, click "Advanced"-> "Application Settings"-> "File Server"  and then slect the type with "Minio" to enter the Minio settings page.

Enter the previously created bucket, Access Key, Secret Key, and external access address in the corresponding configuration:

...

Note:

  • The bucket is configured as the bucket name created in minio

  • The endpoint is configured as a minio file access address, https://webdomain:8892

  • Access Key and Secret Key are the keys created in the minio management background