diff options
author | Adam Tauber <asciimoo@gmail.com> | 2020-07-14 18:56:57 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2020-07-28 13:10:40 +0200 |
commit | 1f2dc6c64785ab962efbeed0cfc093fdd3f41bf0 (patch) | |
tree | 29ab9f053d577989a3a7c52c34126f8a6cc1dde8 /searx/settings.yml | |
parent | 1185c06a8732101ad16bb3a8926ff0797ff2c6b9 (diff) | |
download | searxng-1f2dc6c64785ab962efbeed0cfc093fdd3f41bf0.tar.gz searxng-1f2dc6c64785ab962efbeed0cfc093fdd3f41bf0.zip |
[enh] add external plugin support
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 8df151b14..bee6e3e7b 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -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 |