From 47315eaac0c48be4df074e10a3b26e9535701e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= Date: Fri, 14 Oct 2022 14:43:29 +0300 Subject: [PATCH] Fix typo (#1265) --- .../version-0.15/30-administration/11-vcs/30-gitea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-0.15/30-administration/11-vcs/30-gitea.md b/docs/versioned_docs/version-0.15/30-administration/11-vcs/30-gitea.md index 7c34b0994..6f564d835 100644 --- a/docs/versioned_docs/version-0.15/30-administration/11-vcs/30-gitea.md +++ b/docs/versioned_docs/version-0.15/30-administration/11-vcs/30-gitea.md @@ -22,7 +22,7 @@ services: ## Registration -Register your application with Gitea to create your client id and secret. You can find the OAuth applications settings of Gitea at `https://gitea./user/settings/`. It is very import the authorization callback URL matches your http(s) scheme and hostname exactly with `https:///authorize` as the path. +Register your application with Gitea to create your client id and secret. You can find the OAuth applications settings of Gitea at `https://gitea./user/settings/`. It is very important the authorization callback URL matches your http(s) scheme and hostname exactly with `https:///authorize` as the path. If you run the Woodpecker CI server on the same host as the Gitea instance, you might also need to allow local connections in Gitea, since version `v1.16`. Otherwise webhooks will fail. Add the following lines to your Gitea configuration (usually at `/etc/gitea/conf/app.ini`). ```ini