Skip to content

Commit 0138911

Browse files
committed
Extend README changes for minio
1 parent 6dae85f commit 0138911

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ There are some configs you need to change in the files below
188188
| HMD_EMAIL | `true` or `false` | set to allow email signin |
189189
| HMD_ALLOW_PDF_EXPORT | `true` or `false` | Enable or disable PDF exports |
190190
| HMD_ALLOW_EMAIL_REGISTER | `true` or `false` | set to allow email register (only applied when email is set, default is `true`) |
191-
| HMD_IMAGE_UPLOAD_TYPE | `imgur`, `s3` or `filesystem` | Where to upload image. For S3, see our [S3 Image Upload Guide](docs/guides/s3-image-upload.md) |
191+
| HMD_IMAGE_UPLOAD_TYPE | `imgur`, `s3`, `minio` or `filesystem` | Where to upload image. For S3, see our Image Upload Guides for [S3](docs/guides/s3-image-upload.md) or [Minio](docs/guides/minio-image-upload.md) |
192192
| HMD_S3_ACCESS_KEY_ID | no example | AWS access key id |
193193
| HMD_S3_SECRET_ACCESS_KEY | no example | AWS secret key |
194194
| HMD_S3_REGION | `ap-northeast-1` | AWS S3 region |
@@ -246,7 +246,7 @@ There are some configs you need to change in the files below
246246
| documentmaxlength | `100000` | note max length |
247247
| email | `true` or `false` | set to allow email signin |
248248
| allowemailregister | `true` or `false` | set to allow email register (only applied when email is set, default is `true`) |
249-
| imageUploadType | `imgur`(default), `s3` or `filesystem` | Where to upload image
249+
| imageUploadType | `imgur`(default), `s3`, `minio` or `filesystem` | Where to upload image
250250
| minio | `{ "accessKey": "YOUR_MINIO_ACCESS_KEY", "secretKey": "YOUR_MINIO_SECRET_KEY", "endpoint": "YOUR_MINIO_HOST", port: 9000, secure: true }` | When `imageUploadType` is set to `minio`, you need to set this key. Also checkout our [Minio Image Upload Guide](docs/guides/minio-image-upload.md) |
251251
| s3 | `{ "accessKeyId": "YOUR_S3_ACCESS_KEY_ID", "secretAccessKey": "YOUR_S3_ACCESS_KEY", "region": "YOUR_S3_REGION" }` | When `imageUploadType` be set to `s3`, you would also need to setup this key, check our [S3 Image Upload Guide](docs/guides/s3-image-upload.md) |
252252
| s3bucket | `YOUR_S3_BUCKET_NAME` | bucket name when `imageUploadType` is set to `s3` or `minio` |
@@ -256,7 +256,7 @@ There are some configs you need to change in the files below
256256
| service | settings location | description |
257257
| ------- | --------- | ----------- |
258258
| facebook, twitter, github, gitlab, mattermost, dropbox, google, ldap, saml | environment variables or `config.json` | for signin |
259-
| imgur, s3 | environment variables or `config.json` | for image upload |
259+
| imgur, s3, minio | environment variables or `config.json` | for image upload |
260260
| google drive(`google/apiKey`, `google/clientID`), dropbox(`dropbox/appKey`) | `config.json` | for export and import |
261261

262262
## Third-party integration oauth callback urls

0 commit comments

Comments
 (0)