How to handle too many request
井民全, Jing, mqjing@gmail.com
Usually, this happened when you changed the passwd.
Step 1: Get your iPhone IP address
[General] -> [Wi-Fi] -> Information
Get the ip is 192.168.1.100
E.g.
Step 2: Get into the docker instance via the www-data (id=33) user
sudo docker exec -it -u 33 nextcloudpi bash
Step 3: Reset the bruteforce for the IP
cd /var/www/nextcloud
php occ security:bruteforce:reset 192.168.1.100
References