Extravi

Results 111 comments of 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 ![image](https://github.com/Extravi/araa-search/assets/98912029/02057d19-c31f-4271-8981-7da56400f558)

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 > > ![image](https://private-user-images.githubusercontent.com/98912029/293628130-02057d19-c31f-4271-8981-7da56400f558.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDQxODE0ODUsIm5iZiI6MTcwNDE4MTE4NSwicGF0aCI6Ii85ODkxMjAyOS8yOTM2MjgxMzAtMDIwNTdkMTktYzMxZi00MjcxLTg5ODEtN2RhNTY0MDBmNTU4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMDIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTAyVDA3Mzk0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg0MmM3NmZiNjQ4YjJkNjg4MzVhNDMyYzAzOTBiN2ZkMjI0MGE0NjQ3MTkxNWI4MTU2YmNiNzY2NGQxNWJmMzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.t7ujjCEt2sxATzCDVoY3DAsF40SFsg8B9ZXfjGIZCC4) 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