mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
add searx
This commit is contained in:
parent
8fad8ed7cf
commit
cec1c1dac7
@ -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
9
searx/README.md
Normal 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
5
searx/docker-compose.yml
Normal file
@ -0,0 +1,5 @@
|
||||
searx:
|
||||
image: wonderfall/searx
|
||||
ports:
|
||||
- "8888:8888"
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user