mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
c3daa08537
Xpath engine and results template changed to account for the fact that archive.org doesn't cache .onions, though some onion engines migth have their own cache. Disabled by default. Can be enabled by setting the SOCKS proxies to wherever Tor is listening and setting using_tor_proxy as True. Requires Tor and updating packages. To avoid manually adding the timeout on each engine, you can set extra_proxy_timeout to account for Tor's (or whatever proxy used) extra time.
29 lines
260 B
Plaintext
29 lines
260 B
Plaintext
# to sync with .dockerignore
|
|
.coverage
|
|
coverage/
|
|
cache/
|
|
.installed.cfg
|
|
engines.cfg
|
|
env
|
|
searx-ve
|
|
robot_log.html
|
|
robot_output.xml
|
|
robot_report.html
|
|
test_basic/
|
|
setup.cfg
|
|
|
|
*.pyc
|
|
*/*.pyc
|
|
*~
|
|
*.swp
|
|
|
|
/node_modules
|
|
|
|
.tx/
|
|
|
|
build/
|
|
dist/
|
|
local/
|
|
gh-pages/
|
|
searx.egg-info/
|