dockerfiles/searx/README.md

30 lines
1.4 KiB
Markdown
Raw Normal View History

2017-12-05 10:08:42 +01:00
## hoellen/searx
2016-04-11 15:59:32 +02:00
![](https://i.goopics.net/ls.png)
#### What is searx?
Searx is a metasearch engine, inspired by the seeks project.
2017-12-05 10:08:42 +01:00
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.
2016-04-11 15:59:32 +02:00
2016-05-12 00:16:33 +02:00
#### Features
- Based on Alpine Linux.
2017-12-05 10:08:42 +01:00
- Based on discontinued wonderfall/searx (thanks!).
2016-05-12 00:16:33 +02:00
- Latest code from [asciimoo/searx](https://github.com/asciimoo/searx)
- A unique secret key is generated when booting the first time.
2016-04-11 15:59:32 +02:00
2019-05-16 13:00:07 +02:00
#### Tags
- **latest** : latest stable version (0.15)
- **master** : latest code from master branch
`latest` and `master` are built weekly. For security reasons, you should occasionally update the container, even if you have the latest version of Searx.
2017-08-27 18:05:49 +02:00
#### Build-time variables
- **VERSION** : Searx version
2016-04-11 15:59:32 +02:00
#### Environment variables
2016-05-12 00:16:33 +02:00
- **IMAGE_PROXY** : enables images proxying *(default : False)*
- **BASE_URL** : http://domain.tld *(default : False)*
2016-04-11 15:59:32 +02:00
2016-05-12 00:16:33 +02:00
#### Ports
2017-01-18 04:04:07 +01:00
- **8888** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration)