From 4bac78b1b9c6ec778a330e2042e787e2cd99ec3a Mon Sep 17 00:00:00 2001 From: nicolas Date: Fri, 13 Jun 2025 19:16:13 +0200 Subject: [PATCH] docs: add gitea self signed configuration --- docs/docs/installation/gitea.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/installation/gitea.md b/docs/docs/installation/gitea.md index 476497f7..4f0bb5fc 100644 --- a/docs/docs/installation/gitea.md +++ b/docs/docs/installation/gitea.md @@ -39,6 +39,8 @@ GITEA__PERSONAL_ACCESS_TOKEN= GITEA__WEBHOOK_SECRET= GITEA__URL=https://gitea.com # Or self host OPENAI__KEY= +GITEA__SKIP_SSL_VERIFICATION=false # or true +GITEA__SSL_CA_CERT=/path/to/cacert.pem ``` 8. Create a webhook in your Gitea project. Set the URL to `http[s]:///api/v1/gitea_webhooks`, the secret token to the generated secret from step 3, and enable the triggers `push`, `comments` and `merge request events`.