diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-09-04 09:49:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-04 09:49:06 +0200 |
| commit | 0d1af21f9a4ba61b11ff4a3587d03ff14b89ee32 (patch) | |
| tree | 5d1e7ca904596876a234839963a2f4d3944918be /docs | |
| parent | 9ab843813229476744b4206a26dedb26b36c1782 (diff) | |
| parent | ad8ffd222cf9edbd9ce474473dfe231c1f6afda7 (diff) | |
Merge pull request #1714 from return42/mod-archive
[mod] option 'server: archive_url:' to configure internet archive
Diffstat (limited to 'docs')
| -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. |