How to use pfSense & SearxNG to run your own secure search engine

Would you like a little privacy using a search engine?
Would you like to check more than one search engine at the same time?
Stay tuned and I will show you how to setup a local secure search engine

sudo apt update -y
sudo apt upgrade -y
sudo apt install docker.io -y
sudo apt install docker-compose -y
sudo apt install git -y
cd /usr/local
git clone https://github.com/searxng/searxng-docker.git
cd searxng-docker/

## do this before bringing up searxng the first time
If you don’t do this, the searx page will start to come up but only give you a blank page

sed -I “s|ultrasecretkey|$(openssl rand -hex 32)|g” searxng/settings.yml

#install searxng
sudo docker-compose up -d

⏱️TIMESTAMPS⏱️
0:00 – Intro
0:53 – What we will be covering
1:03 – How the pieces fit together
4:20 – Installing Ubuntu Desktop
9:02 – Enable Ubuntu to boot in CLI
12:10 – Install SSH
14:28 – Install SearxNG process
16:24 – Install docker portion
16:36 – Install docker-compose portion
16:44 – Install SearxNG
20:53 – Getting Searx to respond by hostname

================================================
*** Show Notes, Links and Resources ****
Here are the items mentioned in this video –

HP EliteDesk 800 G1 Tiny Computer Micro
https://amzn.to/3auC9qx

➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥
Never miss a video about creating your own smart home
Subscribe ⇢ http://ronaldnutter.com/subscribe

To listen to an audio version of this episode while driving, TechBytes with Ron Nutter is available on
iTunes, Google Podcasts, Stitcher and TuneIn. Go to TechByteswithRonNutter.com to subscribe today!

To subscribe to the TechbytesRN newsletter, click here – http://ronaldnutter.com/sample1
In return for subscribing to the newsletter, I will send you a chapter from my first DIY Smart Home Guide Book.

Visit http://www.ronaldnutter.com to see all the books Ron has written

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps support the channel and allows me to continue to make videos like this. Thank you for the support!

*===============================*
Become a Patreon supporter
https://www.patreon.com/techbytesrn
*===============================*

#TechBytesRN #smarthome #IoT #tinyminimicro #searxng #ubuntu #searchengine