You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ There are some configs you need to change in the files below
188
188
| HMD_EMAIL |`true` or `false`| set to allow email signin |
189
189
| HMD_ALLOW_PDF_EXPORT |`true` or `false`| Enable or disable PDF exports |
190
190
| 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)|
192
192
| HMD_S3_ACCESS_KEY_ID | no example | AWS access key id |
193
193
| HMD_S3_SECRET_ACCESS_KEY | no example | AWS secret key |
194
194
| 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
246
246
| documentmaxlength |`100000`| note max length |
247
247
| email |`true` or `false`| set to allow email signin |
248
248
| 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
250
250
| 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)|
251
251
| 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)|
252
252
| 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
256
256
| service | settings location | description |
257
257
| ------- | --------- | ----------- |
258
258
| 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 |
260
260
| google drive(`google/apiKey`, `google/clientID`), dropbox(`dropbox/appKey`) |`config.json`| for export and import |
0 commit comments