The excellent network chuck on youtube made a video the other day about making your own search engine with searxng so i thought id put the steps involved on doing in locally in Linux.
Update our linux installation
sudo apt update && sudo apt upgrade
install docker;
sudo apt install docker.io
install docker compose tool:
sudo apt install docker-compose
navigate to dir where you want to keep searxng, in this example well put it in “/usr/local/”