diff options
| author | Bnyro <bnyro@tutanota.com> | 2025-09-01 16:33:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-01 16:33:31 +0200 |
| commit | b93cc2f9f8ac058152bab236b4b54b8197b942f6 (patch) | |
| tree | cda2c6822c657481dd69e8ceba5115af57ed73a9 /searx/settings.yml | |
| parent | 501327ddf1d9e3a1380f5f82bbc1242dd25afbb4 (diff) | |
[feat] engines: add repology.org engine for linux packages (#5103)
Repology_ monitors a huge number of package repositories and other sources
comparing packages versions across them and gathering other information.
Repology_ shows you in which repositories a given project is packaged, which
version is the latest and which needs updating, who maintains the package, and
other related information.
.. _Repology: https://repology.org/docs/about
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
Format: reST
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1957b1d29..94b2edd66 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2525,6 +2525,12 @@ engines: categories: videos disabled: true + - name: repology + engine: repology + shortcut: rep + disabled: true + inactive: true + - name: livespace engine: livespace shortcut: ls |