1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-15 09:10:12 +01:00
searxng/docs/admin/settings
Markus Heiser 7ab577a1fb [mod] Revision of the favicon solution
All favicons implementations have been documented and moved to the Python
package:

    searx.favicons

There is a configuration (based on Pydantic) for the favicons and all its
components:

    searx.favicons.config

A solution for caching favicons has been implemented:

    searx.favicon.cache

If the favicon is already in the cache, the returned URL is a data URL [1]
(something like `data:image/png;base64,...`).  By generating a data url from
the FaviconCache, additional HTTP roundtripps via the favicon_proxy are saved:

    favicons.proxy.favicon_url

The favicon proxy service now sets a HTTP header "Cache-Control: max-age=...":

    favicons.proxy.favicon_proxy

The resolvers now also provide the mime type (data, mime):

    searx.favicon.resolvers

[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2024-10-05 08:18:28 +02:00
..
index.rst [mod] revision of the settings_loader 2024-07-14 18:10:06 +02:00
settings_brand.rst [doc] rearranges Settings & Engines docs for better readability 2023-07-01 22:45:19 +02:00
settings_categories_as_tabs.rst [doc] rearranges Settings & Engines docs for better readability 2023-07-01 22:45:19 +02:00
settings_engine.rst Change 'his/her' to 'them' 2024-06-13 10:23:01 +02:00
settings_general.rst [fix] typo in docs/admin/settings/settings_general.rst (doc) 2023-08-11 11:07:38 +02:00
settings_outgoing.rst [doc] rearranges Settings & Engines docs for better readability 2023-07-01 22:45:19 +02:00
settings_redis.rst [fix] typos in documentation & messages 2023-08-13 08:50:29 +02:00
settings_search.rst [mod] Revision of the favicon solution 2024-10-05 08:18:28 +02:00
settings_server.rst [feat] docker: add env vars for common public instance settings 2024-06-14 14:58:02 +02:00
settings_ui.rst [feat] simple theme: pure black theme style 2024-10-03 10:53:17 +02:00
settings.rst [doc] rearranges Settings & Engines docs for better readability 2023-07-01 22:45:19 +02:00