Skip to content

Commit

Permalink
[refactor] codeberg: use gitea engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro authored and return42 committed May 15, 2024
1 parent 82b6c0d commit 645a840
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -801,26 +801,12 @@ 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, repos]
# https://docs.searxng.org/dev/engines/online/gitea.html
engine: gitea
base_url: https://codeberg.org
shortcut: cb
disabled: true
about:
website: https://codeberg.org/
wikidata_id:
official_api_documentation: https://try.gitea.io/api/swagger
use_official_api: false
require_api_key: false
results: JSON

- name: gitea.com
engine: gitea
Expand Down

0 comments on commit 645a840

Please sign in to comment.