1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-28 03:06:03 -04:00

add documentation for hook name configuration

This commit is contained in:
József Fényes 2024-05-24 11:11:14 +02:00
parent 23f341e3b6
commit 9acbb58769

View File

@ -1108,6 +1108,11 @@ This section only does "set" config, a removed config key from this section won'
- `core.logAllRefUpdates`: **true**
- `gc.reflogExpire`: **90**
### Git - Hook options (`git.hooks`)
- `GIT_HOOK_PRERECEIVE_NAME`: **pre-receive**: Specifies the name of the pre-receive hook. Wont accept paths as value, will only accept filenames.
- `GIT_HOOK_UPDATE_NAME`: **update**: Specifies the name of the update hook. Wont accept paths as value, will only accept filenames.
- `GIT_HOOK_POSTRECEIVE_NAME`: **post-receive**: Specifies the name of the post-receive hook. Wont accept paths as value, will only accept filenames.
## Metrics (`metrics`)
- `ENABLED`: **false**: Enables /metrics endpoint for prometheus.