diff options
Diffstat (limited to 'docs/admin/engines/settings.rst')
| -rw-r--r-- | docs/admin/engines/settings.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/admin/engines/settings.rst b/docs/admin/engines/settings.rst index f85c6a75f..b1853a11b 100644 --- a/docs/admin/engines/settings.rst +++ b/docs/admin/engines/settings.rst @@ -240,6 +240,7 @@ Global Settings query_in_title: false infinite_scroll: false center_alignment: false + cache_url: https://web.archive.org/web/ default_theme: simple theme_args: simple_style: auto @@ -267,6 +268,15 @@ Global Settings side of the screen. This setting only affects the *desktop layout* (:origin:`min-width: @tablet <searx/static/themes/simple/src/less/definitions.less>`) +.. cache_url: + +``cache_url`` : ``https://web.archive.org/web/`` + URL prefix of the internet archive or cache, don't forgett trailing slash (if + needed). The default is https://web.archive.org/web/ alternatives are: + + - https://webcache.googleusercontent.com/search?q=cache: + - https://archive.today/ + ``default_theme`` : Name of the theme you want to use by default on your SearXNG instance. |