this post was submitted on 28 Jun 2023
14 points (79.2% liked)

Selfhosted

41386 readers
828 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Today I decided to install SearxNG, just to for $h1ts and giggles, and to avoid a little bit of tracking by those creeps at Google and Bing.

I started wit a clean Debian 12 LXC container on my Proxmox server and used the installation script route. I just needed to:

  • Create a non-root user . DO NOT call this user searxng, this is the user the install script creates for you, if it already exists, the script will fail
  • Add this user to the the sudo group
  • Install sudo, git and curl
  • Clone the install repo
  • Run the install script
  • Run the nginx setup script

That's it. The search page will be available in http:///searxng

top 8 comments
sorted by: hot top controversial new old
[–] deepdive 2 points 2 years ago (1 children)

Searxng is great ! I totally ditched and blocked all google's DNS/api requests and while the search results are okayish, It isn't as good as google search engine.

Sometimes I get the exact same link from the previous page, sometimes twice and the results aren't as precise as google's engine. But that's a trade I'm willing to take when degoogling !

Also, the docker-container/compose version needs sometimes some inter-docker intervention. If you're not tech-savy and have no idea of python scripts and how to exec into containers, this can sometimes create some frustration, when all engines are raising errors !

Thankfully, if you're not a selfhoster enthusiast, there are plenty of public instances !

It's probably the most important selfhosted service in my stack :) !

[–] manwichmakesameal 1 points 2 years ago (1 children)

Also, the docker-container/compose version needs sometimes some inter-docker intervention. If you’re not tech-savy and have no idea of python scripts and how to exec into containers, this can sometimes create some frustration, when all engines are raising errors !

I 100% agree that SearxNG is amazing. It's the only engine I use now. I'm not sure I understand how you needed the knowledge of Python though. I've been running SearxNG for quite a while and have never had to touch a single line of Python.

[–] deepdive 1 points 2 years ago

Yeah It's probably just me and my learning process ! There was a case, where duckduckgo didn't worked anymore, opened a github issue and followed some steps to change some specfic strings in a python script inside the container (nothing fancy actually).

After the testing process they update the searxng docker image. You probably didn't nocticed it if you regularly pull the new image.

Except for that specific case, it runs smooth as butter :))

[–] specseaweed 1 points 2 years ago (2 children)

So how are the results from searches?

[–] Anarch157a 3 points 2 years ago

Not bad. Better than Google alone, for sure.

[–] [email protected] 2 points 2 years ago* (last edited 2 years ago) (1 children)

They are pretty good, you get a mix of bing, duck, and google results that are ranked. You can check out a public instance at https://SearX.space

[–] specseaweed 2 points 2 years ago

Thanks for the suggestion to try it. I tried one and it seemed fine, so I spun a container up on my unraid box. Super easy install.