mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
[doc] documentation of the favicons infrastructure
Run ``make docs.live`` and visit http://0.0.0.0:8000/admin/searx.favicons.html Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
5ded9ada82
commit
a7d02d4101
6 changed files with 264 additions and 16 deletions
|
@ -27,7 +27,7 @@ def init():
|
|||
if not cfg_file.exists():
|
||||
if is_active():
|
||||
logger.error(f"missing favicon config: {cfg_file}")
|
||||
cfg_file = config.DEFAULT_CFG_TOML
|
||||
cfg_file = config.DEFAULT_CFG_TOML_PATH
|
||||
|
||||
logger.debug(f"load favicon config: {cfg_file}")
|
||||
cfg = config.FaviconConfig.from_toml_file(cfg_file, use_cache=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue