mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
[enh] add external plugin support
This commit is contained in:
@@ -30,6 +30,13 @@ Example plugin
|
||||
ctx['search'].suggestions.add('example')
|
||||
return True
|
||||
|
||||
External plugins
|
||||
================
|
||||
|
||||
External plugins are standard python modules implementing all the requirements of the standard plugins.
|
||||
Plugins can be enabled by adding them to :ref:`settings.yml`'s ``plugins`` section.
|
||||
Example external plugin can be found `here <https://github.com/asciimoo/searx_external_plugin_example>`_.
|
||||
|
||||
Register your plugin
|
||||
====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user