this post was submitted on 05 Sep 2023
86 points (100.0% liked)
Free and Open Source Software
17919 readers
79 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm running searxng on docker locally, and set that as my search engine on Firefox. It's been awesome! I will probably start a blog and post instructions... Adding the custom search engine into about:config was kinda difficult. Other web browsers should be easier.. (e.g. Vivaldi)
You can add search engines to Firefox in the address and search bar.
Go to the site you want to add, click the address bar for the drop down to show, then there will be an icon for that site with a green plus to add it.
If you use the search box it's even easier. If you're on the site the icon on the left will have the green plus symbol for it.
Yup. That smart recognition didn't play for me on 127.0.0.1:8080
There's a Firefox addon called "Add custom search engine" which will allow you to add a local instance of searx.
You'll want to give it the full search query, with %s where the search string goes. for you, it'll be something like:
http://127.0.0.1:8080/search?q=%s
Does Google constantly shit the bed on a local instance like it does on public instances? I tried using searXNG and it kept happening regardless of the instance I used.
That's precisely what made me install it locally. So far, I had no issues. I guess the rate-limiting comes from the fact of being public. And you can aggregate results from many providers, add filters, etc. I only had one issue with duck, but solved it after updating the container.
I need to add one to my inside server. I'll have to find a guide.
Are you able to access it remotely?