diff options
| author | vojkovic <git@vojk.au> | 2026-07-16 21:12:03 +0000 |
|---|---|---|
| committer | Brock Vojkovic <brock@vojk.au> | 2026-08-01 11:09:50 +0800 |
| commit | 8892414dc38dd57728b7f62f33152ea80e3b305f (patch) | |
| tree | 9653d39889c7f17bee3185b5cf570215b2128388 /docs/admin | |
| parent | 6bfd82705a545a1535e36d0903fafe26c669a0fe (diff) | |
[feat] add kagi favicon resolver
Diffstat (limited to 'docs/admin')
| -rw-r--r-- | docs/admin/searx.favicons.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/admin/searx.favicons.rst b/docs/admin/searx.favicons.rst index d504e2c5e..8c18fca22 100644 --- a/docs/admin/searx.favicons.rst +++ b/docs/admin/searx.favicons.rst @@ -29,6 +29,7 @@ By default and without any extensions, SearXNG serves these resolvers: - ``duckduckgo`` - ``allesedv`` - ``google`` +- ``kagi`` - ``yandex`` With the above setting favicons are displayed, the user has the option to @@ -208,6 +209,7 @@ choose from, the following configuration could be used: "duckduckgo" = "searx.favicons.resolvers.duckduckgo" "allesedv" = "searx.favicons.resolvers.allesedv" # "google" = "searx.favicons.resolvers.google" + # "kagi" = "searx.favicons.resolvers.kagi" # "yandex" = "searx.favicons.resolvers.yandex" .. note:: @@ -226,6 +228,7 @@ into the *proxy*: - :py:obj:`searx.favicons.resolvers.duckduckgo` - :py:obj:`searx.favicons.resolvers.allesedv` - :py:obj:`searx.favicons.resolvers.google` +- :py:obj:`searx.favicons.resolvers.kagi` - :py:obj:`searx.favicons.resolvers.yandex` |
