@@ -854,6 +854,7 @@ Default templates for project boards:
854
854
- ` MINIO_LOCATION ` : ** us-east-1** : Minio location to create bucket only available when STORAGE_TYPE is ` minio `
855
855
- ` MINIO_BASE_PATH ` : ** attachments/** : Minio base path on the bucket only available when STORAGE_TYPE is ` minio `
856
856
- ` MINIO_USE_SSL ` : ** false** : Minio enabled ssl only available when STORAGE_TYPE is ` minio `
857
+ - ` MINIO_INSECURE_SKIP_VERIFY ` : ** false** : Minio skip SSL verification available when STORAGE_TYPE is ` minio `
857
858
858
859
## Log (` log ` )
859
860
@@ -1268,6 +1269,7 @@ is `data/lfs` and the default of `MINIO_BASE_PATH` is `lfs/`.
1268
1269
- ` MINIO_LOCATION ` : ** us-east-1** : Minio location to create bucket only available when ` STORAGE_TYPE ` is ` minio `
1269
1270
- ` MINIO_BASE_PATH ` : ** lfs/** : Minio base path on the bucket only available when ` STORAGE_TYPE ` is ` minio `
1270
1271
- ` MINIO_USE_SSL ` : ** false** : Minio enabled ssl only available when ` STORAGE_TYPE ` is ` minio `
1272
+ - ` MINIO_INSECURE_SKIP_VERIFY ` : ** false** : Minio skip SSL verification available when STORAGE_TYPE is ` minio `
1271
1273
1272
1274
## Storage (` storage ` )
1273
1275
@@ -1280,6 +1282,7 @@ Default storage configuration for attachments, lfs, avatars and etc.
1280
1282
- ` MINIO_BUCKET ` : ** gitea** : Minio bucket to store the data only available when ` STORAGE_TYPE ` is ` minio `
1281
1283
- ` MINIO_LOCATION ` : ** us-east-1** : Minio location to create bucket only available when ` STORAGE_TYPE ` is ` minio `
1282
1284
- ` MINIO_USE_SSL ` : ** false** : Minio enabled ssl only available when ` STORAGE_TYPE ` is ` minio `
1285
+ - ` MINIO_INSECURE_SKIP_VERIFY ` : ** false** : Minio skip SSL verification available when STORAGE_TYPE is ` minio `
1283
1286
1284
1287
And you can also define a customize storage like below:
1285
1288
@@ -1298,6 +1301,8 @@ MINIO_BUCKET = gitea
1298
1301
MINIO_LOCATION = us-east-1
1299
1302
; Minio enabled ssl only available when STORAGE_TYPE is `minio`
1300
1303
MINIO_USE_SSL = false
1304
+ ; Minio skip SSL verification available when STORAGE_TYPE is `minio`
1305
+ MINIO_INSECURE_SKIP_VERIFY = false
1301
1306
```
1302
1307
1303
1308
And used by ` [attachment] ` , ` [lfs] ` and etc. as ` STORAGE_TYPE ` .
@@ -1318,6 +1323,7 @@ is `data/repo-archive` and the default of `MINIO_BASE_PATH` is `repo-archive/`.
1318
1323
- ` MINIO_LOCATION ` : ** us-east-1** : Minio location to create bucket only available when ` STORAGE_TYPE ` is ` minio `
1319
1324
- ` MINIO_BASE_PATH ` : ** repo-archive/** : Minio base path on the bucket only available when ` STORAGE_TYPE ` is ` minio `
1320
1325
- ` MINIO_USE_SSL ` : ** false** : Minio enabled ssl only available when ` STORAGE_TYPE ` is ` minio `
1326
+ - ` MINIO_INSECURE_SKIP_VERIFY ` : ** false** : Minio skip SSL verification available when STORAGE_TYPE is ` minio `
1321
1327
1322
1328
## Proxy (` proxy ` )
1323
1329
0 commit comments