mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] add external plugin support
This commit is contained in:
parent
1185c06a87
commit
1f2dc6c647
5 changed files with 78 additions and 3 deletions
|
|
@ -57,6 +57,14 @@ outgoing: # communication with search engines
|
|||
# - 1.1.1.1
|
||||
# - 1.1.1.2
|
||||
|
||||
# External plugin configuration
|
||||
# See http://asciimoo.github.io/searx/dev/plugins.html for more details
|
||||
#
|
||||
# plugins:
|
||||
# - plugin1
|
||||
# - plugin2
|
||||
# - ...
|
||||
|
||||
engines:
|
||||
- name: apk mirror
|
||||
engine: apkmirror
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue