Configurable, JavaScript-less Neocities alternative, written in Go! It gives you a random searx (privacy-respecting metasearch engine) instance each time you visit the page. You can either clone, build and use it locally using techniques below or use the Tor hidden service. There's also a wiki!
You will need git
and go
. Once setup, run the following commands:
git clone https://github.com/demostanis/gimmeasearx.git
go run cmd/main.go
That's it! Open up a browser and check localhost:8080.
docker build -t gimmeasearx .
docker run --name gimmesearx -d -ti -p 8080:8080 gimmeasearx
The docker instance should be up and running. You can access it via localhost:8080.
Licensed under GPLv3.