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`.