add searx

This commit is contained in:
kev 2019-06-15 20:28:54 +08:00
parent 8fad8ed7cf
commit cec1c1dac7
3 changed files with 16 additions and 1 deletions

View File

@ -303,12 +303,13 @@ A collection of delicious docker recipes.
- [x] registry
- [x] rocket.chat
- [x] rundeck/rundeck
- [x] scrapinghub/splash
- [x] wonderfall/searx
- [ ] selenium
- [ ] hub
- [ ] node-firefox
- [x] standalone-firefox
- [x] sentry
- [x] scrapinghub/splash
- [x] amancevice/superset
- [x] v2ray/official :cn:
- [x] centurylink/watchtower

9
searx/README.md Normal file
View File

@ -0,0 +1,9 @@
searx
=====
[Searx][1] is a free internet metasearch engine which aggregates results from more
than 70 search services. Users are neither tracked nor profiled. Additionally,
searx can be used over Tor for online anonymity.
[1]: https://asciimoo.github.io/searx/

5
searx/docker-compose.yml Normal file
View File

@ -0,0 +1,5 @@
searx:
image: wonderfall/searx
ports:
- "8888:8888"
restart: unless-stopped