diff options
author | Kyle Anthony Williams <kyle.anthony.williams2@gmail.com> | 2021-02-07 13:34:29 -0500 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-05-30 15:18:36 +0200 |
commit | d6a2d4f969369544cb4325a7870db00498878716 (patch) | |
tree | 3977a936bb8a793491e69c637fecbce8e996e44d /searx/settings.yml | |
parent | 737f5f05d2bfdd2344578ba81e8832b9b752ee78 (diff) | |
download | searxng-d6a2d4f969369544cb4325a7870db00498878716.tar.gz searxng-d6a2d4f969369544cb4325a7870db00498878716.zip |
[enh] add engine - Docker Hub
Slightly modified merge of commit [1cb1d3ac] from searx [PR 2543]:
This adds Docker Hub .. as a search engine .. the engine's favicon was
downloaded from the Docker Hub website with wget and converted to a PNG
with ImageMagick .. It supports the parsing of URLs, titles, content,
published dates, and thumbnails of Docker images.
[1cb1d3ac] https://github.com/searx/searx/pull/2543/commits/1cb1d3ac
[PR 2543] https://github.com/searx/searx/pull/2543
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index c3d35ee2e..d3b7acc72 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -334,6 +334,11 @@ engines: engine : digg shortcut : dg + - name: docker hub + engine: docker_hub + shortcut: dh + categories: it + - name : erowid engine : xpath paging : True |