Add Anubis anti scraper
Currently LAVA is getting DDoSed by AI scraper bots. This results in web ui being unresponsive and container getting frequently killed because it fails the health checks.
Add a new container in the lava-server pod that runs the Anubis.
It is a proof of work proxy that will filter out the bots.
Use the default configuration for now as it should not interfere
with existing API endpoints as only user agents starting with
Mozilla
will be filtered.
Test with curl 'http://localhost:8000/'
vs curl --user-agent 'Mozilla 5.0' 'http://localhost:8000/'
Edited by Igor Ponomarev