diff --git a/rootfs/tmp/etc/gitea/app.ini b/rootfs/tmp/etc/gitea/app.ini index f454529..9a3a420 100644 --- a/rootfs/tmp/etc/gitea/app.ini +++ b/rootfs/tmp/etc/gitea/app.ini @@ -210,6 +210,15 @@ DEFAULT_PAGING_NUM = 50 DEFAULT_GIT_TREES_PER_PAGE = 1000 DEFAULT_MAX_BLOB_SIZE = 10485760 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +[migration] +SKIP_TLS_VERIFY = true +ALLOWED_DOMAINS = +BLOCKED_DOMAINS = +ALLOW_LOCALNETWORKS = false +; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +[git.config] +http.sslVerify = false +; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [webhook] QUEUE_LENGTH = 1000 DELIVER_TIMEOUT = 30