Sure, but I would prefer not to install packages outside the normal repo for now, esp. as I proposed to my boss to buy subscriptions for our nethservers thus would like to not enable additional repo.
There must be an easy way to extract the needed info from console?
Did it by mysql -u nextcloud -p with password stored in /var/lib/nethserver/secrets/nextcloud, then use nextcloud db, show tables and finally select * from oc_bruteforce_attempts;
Now I only need to delete (delete from oc_bruteforce_attempts where ip = ‘1.2.3.4’; ) all those entries, and observe new entries and find the source / misconfiguration of those…