summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2020-07-28 22:39:04 +0200
committerGitHub <noreply@github.com>2020-07-28 22:39:04 +0200
commitfc5d1c69cc01ec1c44e5d2d9644269b6b737fa5a (patch)
treec01a889723a30dc4c21a0444cd60bec1610c7a9c /searx
parent925be22d8f60ffeca615fcf8a2296451be65e153 (diff)
parent157fa1adb3030f486ca95b7875fd11a46afbfcef (diff)
Merge pull request #2104 from kvch/add-gitea-codeberg
Add Gitea engine with Codeberg backend
Diffstat (limited to 'searx')
-rw-r--r--searx/settings.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 90ada3d21..1e6c6740b 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