Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 993 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 993 Bytes

gimmeasearx

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!

screenshot

Running with Go

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.

Running with Docker or Podman

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.