mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-04 00:16:44 +08:00
13 lines
277 B
Markdown
13 lines
277 B
Markdown
---
|
|
title: Hooks
|
|
---
|
|
|
|
# Hooks
|
|
|
|
The hooks feature allows the user to configure a list of hook functions which are triggered by certain events within the daemon.
|
|
|
|
## Configuration
|
|
|
|
import ExampleConfig from '../../src/components/ExampleConfig';
|
|
|
|
<ExampleConfig section="hooks" /> |