From aabacb8aa474a1c626a7c577bc5fbe87910d460e Mon Sep 17 00:00:00 2001 From: Chasetheckicken Date: Fri, 1 Mar 2024 20:51:16 +0100 Subject: [PATCH] Document redirecting abuse-reports to draupnir via traefik --- docs/configuring-playbook-bot-draupnir.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bot-draupnir.md b/docs/configuring-playbook-bot-draupnir.md index 27b2a06a6..da3e170c5 100644 --- a/docs/configuring-playbook-bot-draupnir.md +++ b/docs/configuring-playbook-bot-draupnir.md @@ -146,7 +146,10 @@ matrix_bot_draupnir_configuration_extension_yaml: | Draupnir supports two methods to receive reports in the management room. The first method intercepts the report API endpoint of the client-server API, which requires integration with the reverse proxy in front of the homeserver. -While this playbook uses reverse proxies, it does not yet implement this. +If you are using traefik, this playbook can set this up for you: +```yaml +matrix_bot_draupnir_abuse_reporting_enabled: true +``` The other method polls an synapse admin API endpoint and is hence only available when using synapse and when the Draupnir user is an admin user (see step 1). To enable it, set `pollReports: true` in Draupnir's config: