Sourcehut

Engine to search in the collaborative software platform SourceHut.

Configuration

You can configure the following setting:

- name: sourcehut
  shortcut: srht
  engine: sourcehut
  # sourcehut_sort_order: longest-active

Implementations

searx.engines.sourcehut.base_url: str = 'https://sr.ht/projects'

Browse public projects.

searx.engines.sourcehut.sourcehut_sort_order: str = 'recently-updated'

The sort order of the results. Possible values:

  • recently-updated

  • longest-active