README.md aktualisiert

This commit is contained in:
David 2025-11-04 11:35:18 +01:00
parent c7e57a9c12
commit 17888a0f81

View file

@ -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.