From 3fad483b7a614707fb973c7973d289e364163cfa Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 8 Oct 2021 11:35:47 +0200 Subject: SearXNG: partial update: reference /etc/searxng/settings.yml --- docs/admin/engines/settings.rst | 4 ++-- docs/admin/installation-searx.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/admin') diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst index 6a3256357..da5457e8c 100644 --- a/docs/admin/engines/settings.rst +++ b/docs/admin/engines/settings.rst @@ -25,7 +25,7 @@ settings.yml location The initial ``settings.yml`` we be load from these locations: 1. the full path specified in the ``SEARXNG_SETTINGS_PATH`` environment variable. -2. ``/etc/searx/settings.yml`` +2. ``/etc/searxng/settings.yml`` If these files don't exist (or are empty or can't be read), SearXNG uses the :origin:`searx/settings.yml` file. Read :ref:`settings use_default_settings` to @@ -339,7 +339,7 @@ use_default_settings - :ref:`settings location` - :ref:`use_default_settings.yml` - - :origin:`/etc/searx/settings.yml ` + - :origin:`/etc/searxng/settings.yml ` The user defined ``settings.yml`` is loaded from the :ref:`settings location` and can relied on the default configuration :origin:`searx/settings.yml` using: diff --git a/docs/admin/installation-searx.rst b/docs/admin/installation-searx.rst index cb3cf9f05..acd2f4579 100644 --- a/docs/admin/installation-searx.rst +++ b/docs/admin/installation-searx.rst @@ -75,16 +75,16 @@ Configuration - :ref:`settings global` - :ref:`settings location` - :ref:`settings use_default_settings` - - :origin:`/etc/searx/settings.yml ` + - :origin:`/etc/searxng/settings.yml ` -To create a initial ``/etc/searx/settings.yml`` you can start with a copy of the +To create a initial ``/etc/searxng/settings.yml`` you can start with a copy of the file :origin:`utils/templates/etc/searx/use_default_settings.yml`. This setup :ref:`use default settings ` from :origin:`searx/settings.yml` and is recommended since :pull-searx:`2291` is merged. For a *minimal setup*, configure like shown below – replace ``searx@$(uname -n)`` with a name of your choice, set ``ultrasecretkey`` -- *and/or* edit -``/etc/searx/settings.yml`` to your needs. +``/etc/searxng/settings.yml`` to your needs. .. kernel-include:: $DOCS_BUILD/includes/searx.rst :start-after: START searx config -- cgit v1.2.3