README.md aktualisiert
This commit is contained in:
parent
c7e57a9c12
commit
17888a0f81
1 changed files with 6 additions and 0 deletions
|
|
@ -16,3 +16,9 @@ docuseal-listener:
|
|||
# IMPORTANT: This must match the volume name used by your Paperless consume directory
|
||||
- paperless_consume:/consume
|
||||
```
|
||||
## Setup:
|
||||
**Configure Docuseal Webhook:**
|
||||
* Go to your Docuseal webhook settings.
|
||||
* Set the **URL** to `http://<your_server_ip_or_domain>:5001/webhook/docuseal`.
|
||||
* Set the **Secret** to the same value you used for `DOCUSEAL_WEBHOOK_SECRET` in your `docker-compose.yml` file.
|
||||
* Ensure the `form.completed` event is enabled.
|
||||
Loading…
Reference in a new issue