@@ -854,6 +854,7 @@ Default templates for project boards:
854854- ` MINIO_LOCATION ` : ** us-east-1** : Minio location to create bucket only available when STORAGE_TYPE is ` minio `
855855- ` MINIO_BASE_PATH ` : ** attachments/** : Minio base path on the bucket only available when STORAGE_TYPE is ` minio `
856856- ` 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 `
857858
858859## Log (` log ` )
859860
@@ -1268,6 +1269,7 @@ is `data/lfs` and the default of `MINIO_BASE_PATH` is `lfs/`.
12681269- ` MINIO_LOCATION ` : ** us-east-1** : Minio location to create bucket only available when ` STORAGE_TYPE ` is ` minio `
12691270- ` MINIO_BASE_PATH ` : ** lfs/** : Minio base path on the bucket only available when ` STORAGE_TYPE ` is ` minio `
12701271- ` 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 `
12711273
12721274## Storage (` storage ` )
12731275
@@ -1280,6 +1282,7 @@ Default storage configuration for attachments, lfs, avatars and etc.
12801282- ` MINIO_BUCKET ` : ** gitea** : Minio bucket to store the data only available when ` STORAGE_TYPE ` is ` minio `
12811283- ` MINIO_LOCATION ` : ** us-east-1** : Minio location to create bucket only available when ` STORAGE_TYPE ` is ` minio `
12821284- ` 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 `
12831286
12841287And you can also define a customize storage like below:
12851288
@@ -1298,6 +1301,8 @@ MINIO_BUCKET = gitea
12981301MINIO_LOCATION = us-east-1
12991302; Minio enabled ssl only available when STORAGE_TYPE is `minio`
13001303MINIO_USE_SSL = false
1304+ ; Minio skip SSL verification available when STORAGE_TYPE is `minio`
1305+ MINIO_INSECURE_SKIP_VERIFY = false
13011306```
13021307
13031308And 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/`.
13181323- ` MINIO_LOCATION ` : ** us-east-1** : Minio location to create bucket only available when ` STORAGE_TYPE ` is ` minio `
13191324- ` MINIO_BASE_PATH ` : ** repo-archive/** : Minio base path on the bucket only available when ` STORAGE_TYPE ` is ` minio `
13201325- ` 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 `
13211327
13221328## Proxy (` proxy ` )
13231329
0 commit comments