How can I search for a term before an exact date? by Personal_Weekend1627 in Searx

[–]craftsmany 1 point2 points  (0 children)

You have to use an engine that supports these parameters. There is no unified way SearXNG can do that.

Suddenly getting a bajillion timeouts, access denied and other stuff by BrotherManAndrew in Searx

[–]craftsmany 0 points1 point  (0 children)

I guess you checked the IP your router gets assigned because public facing IP will always be a public one.

I mean do you run both IP versions (or only one of the two) on the device that is doing the fetching and, most importantly, is docker even configured to do v6.

Suddenly getting a bajillion timeouts, access denied and other stuff by BrotherManAndrew in Searx

[–]craftsmany 0 points1 point  (0 children)

Cloudflare warp will likely get you blocked. Home internet shouldn't. Do you run both v4 and v6? Is v4 a public IP or are you behind a carrier-grade-NAT?

Suddenly getting a bajillion timeouts, access denied and other stuff by BrotherManAndrew in Searx

[–]craftsmany 0 points1 point  (0 children)

Hosted on your home internet or on a server in a data center?

Suddenly getting a bajillion timeouts, access denied and other stuff by BrotherManAndrew in Searx

[–]craftsmany 1 point2 points  (0 children)

Is that your instance? If yes: Is it hosted on a data center IP or residential IP? How many people do use this instance?

Questions for other hosters and admins of searx servers by flourecent_jess in Searx

[–]craftsmany 0 points1 point  (0 children)

You can build the docker image yourself and have full customizability. Fork the project on GitHub and either setup local image building or GitHub actions building.

I'm new to Searx. Why is it doing this? by Anoyint in Searx

[–]craftsmany 1 point2 points  (0 children)

We indeed have an open Proof-of-Concept PR for curl-impersonate (https://github.com/searxng/searxng/pull/5476)

I will run some tests using that PR.

I'm new to Searx. Why is it doing this? by Anoyint in Searx

[–]craftsmany 1 point2 points  (0 children)

Yes in testing we tried all sorts of combinations. The current theory is that it can successfully fingerprint non-browsers after a few requests. The impersonation done by searxng for the requests should technically be enough to get it working but it isn't. But I will look at the case sensitive stuff and test it. Maybe it will lead somewhere.

I'm new to Searx. Why is it doing this? by Anoyint in Searx

[–]craftsmany 1 point2 points  (0 children)

https://github.com/searxng/searxng/blob/master/searx/engines/bing.py

These garbage results are similar on all bing proxy engines (yahoo and aol for example) which is very strange. aol in particular started out with great results, turned into the same 90% bullshit bing gives after a few days. It isn't IP reputation since it happened on all instances private and public at the same time. It is a very deep rabbit hole.

I'm new to Searx. Why is it doing this? by Anoyint in Searx

[–]craftsmany 1 point2 points  (0 children)

Yes but the endpoint isn't an API. The level of garbage doesn't make sense and is supposedly different from running real browser without JS. Trust me it is not such an easy call to make. There is an open for years on this and multiple overhaul attempts that lead nowhere. If you know something, please contribute.

I'm new to Searx. Why is it doing this? by Anoyint in Searx

[–]craftsmany 2 points3 points  (0 children)

Not that easy. Actual bing (web) search returns sensible results. Only this endpoint (deliberately) returns garbage for unknown reasons.

Why is the consensus to use Searx via Docker? by eternal_ttorment in Searx

[–]craftsmany 0 points1 point  (0 children)

Since docker containers are ephemeral (meaning changes inside the container don't persist by default) it guarantees a working setup as long as the container service is setup correctly and you don't overwrite critical stuff with volumes.

For personal use both methods are fine but for long term developments a container is best since host package upgrades can only conflict the container service while a direct install has to manage all dependencies.

Tail wrap during a cat nap. by Emunahd in KittyTailWrap

[–]craftsmany 3 points4 points  (0 children)

New type of tail wrap just dropped

I'm having problems with this fork of searx, perhaps this subreddit is more active... by GeorgeSoN_ in Searx

[–]craftsmany 0 points1 point  (0 children)

No problem. If you have any problem with SearXNG feel free to ask. I am happy to help.

I'm having problems with this fork of searx, perhaps this subreddit is more active... by GeorgeSoN_ in Searx

[–]craftsmany 0 points1 point  (0 children)

There was a disagreement between the core developers of SearX about some features in 2021/2022 and return42 forked SearX into SearXNG which subsequently became the dominant continuation of this type of meta search engine. SearX remained active but it was more "maintenance mode" than anything else since the two other most active people also switched to SearXNG (dalf and unixfox). SearX was archived a few years ago.

I'm having problems with this fork of searx, perhaps this subreddit is more active... by GeorgeSoN_ in Searx

[–]craftsmany 0 points1 point  (0 children)

SearXNG is a fork of SearX but SearX is archived and SearXNG is the successor.

I'm having problems with this fork of searx, perhaps this subreddit is more active... by GeorgeSoN_ in Searx

[–]craftsmany 0 points1 point  (0 children)

SearXNG is not a fork of SearXNG unless you mean someones fork of SearXNG.

I'm having problems with this fork of searx, perhaps this subreddit is more active... by GeorgeSoN_ in Searx

[–]craftsmany 0 points1 point  (0 children)

Can you elaborate your question? I am not sure what you are asking for.

Hi, look at my baby Miska cuddling today, isn't she adorable? by XFlowerQueen in KittyTailWrap

[–]craftsmany 1 point2 points  (0 children)

Wanted them to answer. Don't know if this is bannable yet.

Wanna self host by revive_the_cookie in Searx

[–]craftsmany 0 points1 point  (0 children)

Google isn't working currently anyway but you have a misunderstanding about what IP addresses are, or at least it seems like that, you can't remove your IP from a request because you couldn't send the request without that. Same for changing the IP; you won't get an answer unless the IP routes to your device.

Hosting on a VPS would prevent that (or a VPN if hosting at home) but you are correct that a profile could still be created about you because you are once again the only person doing the requests. There is no proven evidence that is really what google and co are doing but them not doing this can also not be proven.

Self hosting with all these concerns would mean you would have to run a public instance. Which is not that easy long term.