From 05dbcb3812a55fab7e9ee75691322e763df87f95 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 22 Nov 2025 20:30:46 -0800 Subject: [PATCH] anubis: grant up challenge difficulty for libreoffice for now as it is being hit hard Signed-off-by: Kevin Fenzi --- roles/anubis/templates/policies.yaml.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/anubis/templates/policies.yaml.j2 b/roles/anubis/templates/policies.yaml.j2 index e17f0d69e9..a60c1daef0 100644 --- a/roles/anubis/templates/policies.yaml.j2 +++ b/roles/anubis/templates/policies.yaml.j2 @@ -29,6 +29,12 @@ bots: action: WEIGH weight: adjust: 20 + - name: libreoffice + path_regex: /libreoffice/ + action: CHALLENGE + challenge: + algorithm: fast + difficulty: 5 # these are solid defaults from # https://github.com/TecharoHQ/anubis/blob/main/data/botPolicies.yaml - import: (data)/meta/default-config.yaml