2024-12-15 09:59:50 +01:00
|
|
|
.. _plugins admin:
|
2019-12-22 23:26:06 +01:00
|
|
|
|
|
|
|
|
===============
|
2024-12-15 09:59:50 +01:00
|
|
|
List of plugins
|
2019-12-22 23:26:06 +01:00
|
|
|
===============
|
|
|
|
|
|
2025-03-20 07:47:38 +01:00
|
|
|
Further reading ..
|
2019-12-22 23:26:06 +01:00
|
|
|
|
2025-03-20 07:47:38 +01:00
|
|
|
- :ref:`SearXNG settings <settings plugins>`
|
|
|
|
|
- :ref:`dev plugin`
|
2019-12-22 23:26:06 +01:00
|
|
|
|
|
|
|
|
.. _configured plugins:
|
|
|
|
|
|
2020-12-21 09:53:41 +01:00
|
|
|
.. jinja:: searx
|
2019-12-22 23:26:06 +01:00
|
|
|
|
|
|
|
|
.. flat-table:: Plugins configured at built time (defaults)
|
|
|
|
|
:header-rows: 1
|
|
|
|
|
:stub-columns: 1
|
|
|
|
|
:widths: 3 1 9
|
|
|
|
|
|
|
|
|
|
* - Name
|
2025-03-20 07:47:38 +01:00
|
|
|
- Active
|
2019-12-22 23:26:06 +01:00
|
|
|
- Description
|
|
|
|
|
|
2024-12-15 09:59:50 +01:00
|
|
|
{% for plg in plugins %}
|
2019-12-22 23:26:06 +01:00
|
|
|
|
2024-12-15 09:59:50 +01:00
|
|
|
* - {{plg.info.name}}
|
2025-03-20 07:47:38 +01:00
|
|
|
- {{(plg.active and "yes") or "no"}}
|
2024-12-15 09:59:50 +01:00
|
|
|
- {{plg.info.description}}
|
2019-12-22 23:26:06 +01:00
|
|
|
|
|
|
|
|
{% endfor %}
|