Skip to content

pelag0s/docker-searx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wonderfall/searx

What is searx?

Searx is a metasearch engine, inspired by the seeks project. It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, Searx uses the search bar to perform GET requests. Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.

Features

  • Based on Alpine Linux.
  • Latest code from asciimoo/searx
  • A unique secret key is generated when booting the first time.

Build-time variables

  • VERSION : Searx version

Environment variables

  • IMAGE_PROXY : enables images proxying (default : False)
  • BASE_URL : http://domain.tld (default : False)
  • HTTP_PROXY_URL: outgoing http proxy URL (optional)
  • HTTPS_PROXY_URL: outgoing https proxy URL (optional)

Ports

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 65.0%
  • Shell 35.0%