Skip to content

Commit 3b6a7e5

Browse files
authored
Fix the hook related FAQ contents (#21297)
Follows #21129 (comment) * #21129 (comment) A lot of users are asking similar questions. The old content in FAQ doesn't seem to be related to the problem.
1 parent 1d3095b commit 3b6a7e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/doc/help/faq.en-us.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ Our translations are currently crowd-sourced on our [Crowdin project](https://cr
214214

215215
Whether you want to change a translation or add a new one, it will need to be there as all translations are overwritten in our CI via the Crowdin integration.
216216

217-
## Hooks aren't running
217+
## Push Hook / Webhook aren't running
218218

219-
If Gitea is not running hooks, a common cause is incorrect setup of SSH keys.
219+
If you can push but can't see push activities on the home dashboard, or the push doesn't trigger webhook, there are a few possibilities:
220220

221-
See [SSH Issues](#ssh-issues) for more information.
222-
223-
You can also try logging into the administration panel and running the `Resynchronize pre-receive, update and post-receive hooks of all repositories.` option.
221+
1. The git hooks are out of sync: run "Resynchronize pre-receive, update and post-receive hooks of all repositories" on the site admin panel
222+
2. The git repositories (and hooks) are stored on some filesystems (ex: mounted by NAS) which don't support script execution, make sure the filesystem supports `chmod a+x any-script`
223+
3. If you are using docker, make sure Docker Server (not the client) >= 20.10.6
224224

225225
## SSH issues
226226

0 commit comments

Comments
 (0)