Loading AUTHORS.rst +1 −0 Original line number Original line Diff line number Diff line Loading @@ -168,3 +168,4 @@ features or generally made searx better: - Ahmad Alkadri `<https://github.com/ahmad-alkadri>`_ - Ahmad Alkadri `<https://github.com/ahmad-alkadri>`_ - Milad Laly @Milad-Laly - Milad Laly @Milad-Laly - @llmII - @llmII - @blob42 `<https://blob42.xyz>`_ docs/admin/engines/settings.rst +6 −2 Original line number Original line Diff line number Diff line Loading @@ -657,8 +657,9 @@ and can relied on the default configuration :origin:`searx/settings.yml` using: ``engines:`` ``engines:`` With ``use_default_settings: true``, each settings can be override in a With ``use_default_settings: true``, each settings can be override in a similar way, the ``engines`` section is merged according to the engine similar way, the ``engines`` section is merged according to the engine ``name``. In this example, SearXNG will load all the engine and the arch linux ``name``. In this example, SearXNG will load all the default engines, will wiki engine has a :ref:`token <private engines>`: enable the ``bing`` engine and define a :ref:`token <private engines>` for the arch linux engine: .. code-block:: yaml .. code-block:: yaml Loading @@ -668,6 +669,9 @@ and can relied on the default configuration :origin:`searx/settings.yml` using: engines: engines: - name: arch linux wiki - name: arch linux wiki tokens: ['$ecretValue'] tokens: ['$ecretValue'] - name: bing disabled: false ``engines:`` / ``remove:`` ``engines:`` / ``remove:`` It is possible to remove some engines from the default settings. The following It is possible to remove some engines from the default settings. The following Loading Loading
AUTHORS.rst +1 −0 Original line number Original line Diff line number Diff line Loading @@ -168,3 +168,4 @@ features or generally made searx better: - Ahmad Alkadri `<https://github.com/ahmad-alkadri>`_ - Ahmad Alkadri `<https://github.com/ahmad-alkadri>`_ - Milad Laly @Milad-Laly - Milad Laly @Milad-Laly - @llmII - @llmII - @blob42 `<https://blob42.xyz>`_
docs/admin/engines/settings.rst +6 −2 Original line number Original line Diff line number Diff line Loading @@ -657,8 +657,9 @@ and can relied on the default configuration :origin:`searx/settings.yml` using: ``engines:`` ``engines:`` With ``use_default_settings: true``, each settings can be override in a With ``use_default_settings: true``, each settings can be override in a similar way, the ``engines`` section is merged according to the engine similar way, the ``engines`` section is merged according to the engine ``name``. In this example, SearXNG will load all the engine and the arch linux ``name``. In this example, SearXNG will load all the default engines, will wiki engine has a :ref:`token <private engines>`: enable the ``bing`` engine and define a :ref:`token <private engines>` for the arch linux engine: .. code-block:: yaml .. code-block:: yaml Loading @@ -668,6 +669,9 @@ and can relied on the default configuration :origin:`searx/settings.yml` using: engines: engines: - name: arch linux wiki - name: arch linux wiki tokens: ['$ecretValue'] tokens: ['$ecretValue'] - name: bing disabled: false ``engines:`` / ``remove:`` ``engines:`` / ``remove:`` It is possible to remove some engines from the default settings. The following It is possible to remove some engines from the default settings. The following Loading