From 157fa1adb3030f486ca95b7875fd11a46afbfcef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Tue, 28 Jul 2020 22:16:35 +0200 Subject: [PATCH] add Gitea engine Closes #1448 Closes #1447 --- searx/settings.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/searx/settings.yml b/searx/settings.yml index 90ada3d2..1e6c6740 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -301,6 +301,19 @@ engines: engine : github shortcut : gh + # This a Gitea service. If you would like to use a different instance, + # change codeberg.org to URL of the desired Gitea host. Or you can create + # a new engine by copying this and changing the name, shortcut and search_url. + - name : codeberg + engine : json_engine + search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10 + url_query : html_url + title_query : name + content_query : description + categories : it + shortcut : cb + disabled : True + - name : google engine : google shortcut : go