Skip to content

MrGeorgen/gimmeasearx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Go 70.0%
  • HTML 26.9%
  • Dockerfile 3.1%