forked from Icycoide/searxng
[feat] docker: add env vars for common public instance settings
This commit is contained in:
parent
63b7d558b6
commit
7be468d213
5 changed files with 17 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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`` :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue