mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Update documentation
This commit is contained in:
parent
d19c16c8d3
commit
7cc9db0d90
1 changed files with 27 additions and 0 deletions
|
@ -777,6 +777,33 @@ An example to relax the same-origin policy:
|
|||
Access-Control-Allow-Origin = *
|
||||
```
|
||||
|
||||
### hook
|
||||
#### type
|
||||
|
||||
Hook binding for event changes and deletion notifications.
|
||||
|
||||
Available types:
|
||||
|
||||
`none`
|
||||
: Disabled. Nothing will be notified.
|
||||
|
||||
`rabbitmq`
|
||||
: Push the message to the rabbitmq server.
|
||||
|
||||
Default: `none`
|
||||
|
||||
#### rabbitmq_endpoint
|
||||
|
||||
End-point address for rabbitmq server.
|
||||
|
||||
Default:
|
||||
|
||||
#### rabbitmq_topic
|
||||
|
||||
RabbitMQ topic to publish message.
|
||||
|
||||
Default:
|
||||
|
||||
## Supported Clients
|
||||
|
||||
Radicale has been tested with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue