this post was submitted on 20 Feb 2024
229 points (96.4% liked)
Asklemmy
43755 readers
1206 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I self-host searXNG, but you can use one of the public instances as well. My understanding is that it is more secure because you're search results are commingled with whoever else uses the instance, but you also can use something like libredirect to further distribute your search results across various instances for further security
How exactly do you self host your own searxng instance? Also, based on what you said, wouldn't having your own instance make you stand out more?
Having your own instance can be bad for privacy, as all your searches come from your IP (hosted at home) or the same IP (hosted on a server). They might not be traced to you personally, but you might still get personalized results or your search may still be tracked, depending on how they track you.
That's circumvented when using it with some or better many other people. But then, you need to trust the admin of that instance.
Self-hosted is easy if you know a bit about servers. You need a domain pointing to a server. If it's the only thing hosted on that server and you have set up docker on it, you can just follow their instructions here to get it running in less than 5 minutes (assuming you run the default config and don't customize all of the settings for a while): https://github.com/searxng/searxng-docker?tab=readme-ov-file#how-to-use-it
Ah ok gotcha. So it's a trade-off of having the instance always up vs privacy? Interesting. Thanks for the detailed info! I keep meaning to get into self hosting lol
No, it’s not „always up“.
There are three main ways how Google, Bing,… can track you:
With Searxng, they can only do the last variant. But assuming you use a “real” server in the internet (and not one at home), it will likely have the same IP for its lifetime. And if you’re using it alone, that’s the only thing they need to identify you and track your searches. The more other people use your instance, the less useful this kind of tracking gets. Too much noise to identify a single person.
Ah ok that makes more sense, thanks!
Someone already gave an extensive comment about how to set things up so I will skip that part.
Good observation re: self hosting potentially reducing privacy. The way that I keep my privacy during self-hosting is to completely avoid search engines that track my IP address, and then, ideally, although the remaining search engines are less efficient than the likes of Google or Bing, the fact that the results are aggregated hopefully increase the efficiency of the results.
For my default searches, it uses mwmbl, mojeek & qwant
Oh ok gotcha! Thanks, that makes sense!