fix(forgejo): Remove ssl
This commit is contained in:
@@ -28,8 +28,8 @@ gitea:
|
||||
CONN_STR: redis://dragonfly-forgejo.forgejo.svc:6379/2
|
||||
storage:
|
||||
STORAGE_TYPE: minio
|
||||
MINIO_ENDPOINT: hel1.your-objectstorage.com:443
|
||||
MINIO_USE_SSL: false
|
||||
MINIO_ENDPOINT: https://hel1.your-objectstorage.com
|
||||
MINIO_USE_SSL: true
|
||||
MINIO_BUCKET: forgejo
|
||||
security:
|
||||
INSTALL_LOCK: true
|
||||
|
||||
Reference in New Issue
Block a user