From 7be468d2134f545531906491425f006e647dcece Mon Sep 17 00:00:00 2001 From: holysoles Date: Fri, 14 Jun 2024 12:52:31 +0000 Subject: [feat] docker: add env vars for common public instance settings --- docs/admin/settings/settings_server.rst | 6 +++--- docs/admin/settings/settings_ui.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/admin') diff --git a/docs/admin/settings/settings_server.rst b/docs/admin/settings/settings_server.rst index daba6d1dd..cf480683e 100644 --- a/docs/admin/settings/settings_server.rst +++ b/docs/admin/settings/settings_server.rst @@ -31,13 +31,13 @@ ``secret_key`` : ``$SEARXNG_SECRET`` Used for cryptography purpose. -``limiter`` : +``limiter`` : ``$SEARXNG_LIMITER`` Rate limit the number of request on the instance, block some bots. The :ref:`limiter` requires a :ref:`settings redis` database. .. _public_instance: -``public_instance`` : +``public_instance`` : ``$SEARXNG_PUBLIC_INSTANCE`` Setting that allows to enable features specifically for public instances (not needed for local usage). By set to ``true`` the following features are @@ -47,7 +47,7 @@ .. _image_proxy: -``image_proxy`` : +``image_proxy`` : ``$SEARXNG_IMAGE_PROXY`` Allow your instance of SearXNG of being able to proxy images. Uses memory space. .. _HTTP headers: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers diff --git a/docs/admin/settings/settings_ui.rst b/docs/admin/settings/settings_ui.rst index a5d1076ec..1a6df9a17 100644 --- a/docs/admin/settings/settings_ui.rst +++ b/docs/admin/settings/settings_ui.rst @@ -24,7 +24,7 @@ .. _static_use_hash: -``static_use_hash`` : +``static_use_hash`` : ``$SEARXNG_STATIC_USE_HASH`` Enables `cache busting`_ of static files. ``default_locale`` : -- cgit v1.2.3-54-g00ecf