Loris
Loris
maybe https://www.privoxy.org/ or https://mitmproxy.org can be a replacement?
I made a fork for that :) https://github.com/loorisr/firecrawl-searxng
Yes I will do a PR this week!
#1193
It is strange I have the default settings and it is working fine with a "normal" usage How many requests per minute are you making on the firecrawl search endpoint?
With last available docker of Firecrawl and SearxNG, I've made a test with 1 query per second on Firecrawl search endpoint, I have the error on Brave search engine. You...
Hi, I'am deploying all of my apps with docker (even simple ones like logdy), so I have everything at the same place. Most of the time I don't log into...
Yes it uses the current Dockerfile. The github action build the docker image and store in the github container repository : https://github.com/orgs/logdyhq/packages Then users will have to pull the build...
on my setup with the default compose/dockerfile it was saying that playwright needs to be installed. I made a simplified Dockerfile that works with chromium only for "basic" build mode....
the image `unclecode/crawl4ai:basic-amd64` is working out of the box but is 3 months old. When we build the main github repo, using docker compose but with ````yaml build: context: https://github.com/unclecode/crawl4ai.git...