Extravi
Extravi
Also, because I have one server in Germany, it needs to be behind a CDN for both speed and security reasons.
Also, I'm sure using Cloudflare is fine; I don't really see it as a privacy concern. It's definitely better than sending requests directly to Google. Cloudflare offers a free version...
> Also, because I have one server in Germany, it needs to be behind a CDN for both speed and security reasons. I have one good server in Germany behind...
im adding support for a captcha solver so i can use it on my instance 
in my test it cost like 1 cent pre captcha and thats only when the abuse cookie expires
so it would last a very long time and cost less then any api would
this will be a setting people can use in the config if they want to enable captcha solver support with their own api key
> im adding support for a captcha solver so i can use it on my instance > >  https://github.com/Extravi/araa-search/commit/bf83d6bf325d72e7ab9b597cb25e4bf3b68d66fc its been added
i added the captcha solver but it has an issue it does not work with more then one worker because the variables are not shared in memory until i find...
if you know how to share the variables for the captcha solver please let me know or open a pull request for it