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: custom/conf/app.example.ini
+6
Original file line number
Diff line number
Diff line change
@@ -1895,6 +1895,9 @@ LEVEL = Info
1895
1895
;;
1896
1896
;; Minio checksum algorithm: default (for MinIO or AWS S3) or md5 (for Cloudflare or Backblaze)
1897
1897
;MINIO_CHECKSUM_ALGORITHM = default
1898
+
;;
1899
+
;; Minio bucket lookup method defaults to auto mode; set it to `dns` for virtual host style or `path` for path style, only available when STORAGE_TYPE is `minio`
;; Minio skip SSL verification available when STORAGE_TYPE is `minio`
2578
2581
;MINIO_INSECURE_SKIP_VERIFY = false
2582
+
;;
2583
+
;; Minio bucket lookup method defaults to auto mode; set it to `dns` for virtual host style or `path` for path style, only available when STORAGE_TYPE is `minio`
2584
+
;MINIO_BUCKET_LOOKUP_TYPE = auto
2579
2585
2580
2586
;[proxy]
2581
2587
;; Enable the proxy, all requests to external via HTTP will be affected
Copy file name to clipboardExpand all lines: docs/content/administration/config-cheat-sheet.en-us.md
+8
Original file line number
Diff line number
Diff line change
@@ -851,6 +851,7 @@ Default templates for project boards:
851
851
-`MINIO_USE_SSL`: **false**: Minio enabled ssl only available when STORAGE_TYPE is `minio`
852
852
-`MINIO_INSECURE_SKIP_VERIFY`: **false**: Minio skip SSL verification available when STORAGE_TYPE is `minio`
853
853
-`MINIO_CHECKSUM_ALGORITHM`: **default**: Minio checksum algorithm: `default` (for MinIO or AWS S3) or `md5` (for Cloudflare or Backblaze)
854
+
-`MINIO_BUCKET_LOOKUP_TYPE`: **auto**: Minio bucket lookup method defaults to auto mode; set it to `dns` for virtual host style or `path` for path style, only available when STORAGE_TYPE is `minio`
854
855
855
856
## Log (`log`)
856
857
@@ -1272,6 +1273,7 @@ is `data/lfs` and the default of `MINIO_BASE_PATH` is `lfs/`.
1272
1273
-`MINIO_BASE_PATH`: **lfs/**: Minio base path on the bucket only available when `STORAGE_TYPE` is `minio`
1273
1274
-`MINIO_USE_SSL`: **false**: Minio enabled ssl only available when `STORAGE_TYPE` is `minio`
1274
1275
-`MINIO_INSECURE_SKIP_VERIFY`: **false**: Minio skip SSL verification available when STORAGE_TYPE is `minio`
1276
+
-`MINIO_BUCKET_LOOKUP_TYPE`: **auto**: Minio bucket lookup method defaults to auto mode; set it to `dns` for virtual host style or `path` for path style, only available when STORAGE_TYPE is `minio`
-`MINIO_LOCATION`: **us-east-1**: Minio location to create bucket only available when `STORAGE_TYPE` is `minio`
1287
1289
-`MINIO_USE_SSL`: **false**: Minio enabled ssl only available when `STORAGE_TYPE` is `minio`
1288
1290
-`MINIO_INSECURE_SKIP_VERIFY`: **false**: Minio skip SSL verification available when STORAGE_TYPE is `minio`
1291
+
-`MINIO_BUCKET_LOOKUP_TYPE`: **auto**: Minio bucket lookup method defaults to auto mode; set it to `dns` for virtual host style or `path` for path style, only available when STORAGE_TYPE is `minio`
1289
1292
1290
1293
The recommended storage configuration for minio like below:
1291
1294
@@ -1307,6 +1310,8 @@ MINIO_USE_SSL = false
1307
1310
; Minio skip SSL verification available when STORAGE_TYPE is `minio`
1308
1311
MINIO_INSECURE_SKIP_VERIFY = false
1309
1312
SERVE_DIRECT = true
1313
+
; Minio bucket lookup method defaults to auto mode; set it to `dns` for virtual host style or `path` for path style, only available when STORAGE_TYPE is `minio`
1314
+
MINIO_BUCKET_LOOKUP_TYPE = auto
1310
1315
```
1311
1316
1312
1317
Defaultly every storage has their default base path like below
@@ -1353,6 +1358,8 @@ MINIO_LOCATION = us-east-1
1353
1358
MINIO_USE_SSL = false
1354
1359
; Minio skip SSL verification available when STORAGE_TYPE is `minio`
1355
1360
MINIO_INSECURE_SKIP_VERIFY = false
1361
+
; Minio bucket lookup method defaults to auto mode; set it to `dns` for virtual host style or `path` for path style, only available when STORAGE_TYPE is `minio`
@@ -1372,6 +1379,7 @@ is `data/repo-archive` and the default of `MINIO_BASE_PATH` is `repo-archive/`.
1372
1379
-`MINIO_BASE_PATH`: **repo-archive/**: Minio base path on the bucket only available when `STORAGE_TYPE` is `minio`
1373
1380
-`MINIO_USE_SSL`: **false**: Minio enabled ssl only available when `STORAGE_TYPE` is `minio`
1374
1381
-`MINIO_INSECURE_SKIP_VERIFY`: **false**: Minio skip SSL verification available when STORAGE_TYPE is `minio`
1382
+
-`MINIO_BUCKET_LOOKUP_TYPE`: **auto**: Minio bucket lookup method defaults to auto mode; set it to `dns` for virtual host style or `path` for path style, only available when STORAGE_TYPE is `minio`
; Minio skip SSL verification available when STORAGE_TYPE is `minio`
1237
1240
MINIO_INSECURE_SKIP_VERIFY = false
1238
1241
SERVE_DIRECT = true
1242
+
; Minio bucket lookup method defaults to auto mode; set it to `dns` for virtual host style or `path` for path style, only available when STORAGE_TYPE is `minio`
1243
+
MINIO_BUCKET_LOOKUP_TYPE = auto
1239
1244
```
1240
1245
1241
1246
默认情况下,每个存储都有其默认的基本路径,如下所示:
@@ -1282,6 +1287,8 @@ MINIO_LOCATION = us-east-1
1282
1287
MINIO_USE_SSL = false
1283
1288
; Minio skip SSL verification available when STORAGE_TYPE is `minio`
1284
1289
MINIO_INSECURE_SKIP_VERIFY = false
1290
+
; Minio bucket lookup method defaults to auto mode; set it to `dns` for virtual host style or `path` for path style, only available when STORAGE_TYPE is `minio`
0 commit comments