diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-09-04 09:36:01 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-09-04 09:42:20 +0200 |
commit | ad8ffd222cf9edbd9ce474473dfe231c1f6afda7 (patch) | |
tree | 5d1e7ca904596876a234839963a2f4d3944918be /docs/admin | |
parent | 9ab843813229476744b4206a26dedb26b36c1782 (diff) | |
download | searxng-ad8ffd222cf9edbd9ce474473dfe231c1f6afda7.tar.gz searxng-ad8ffd222cf9edbd9ce474473dfe231c1f6afda7.zip |
[mod] option 'ui: cache_url:' to configure internet cache or archive
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin')
-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. |