diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index d21192651..0cd293d7e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -983,6 +983,24 @@ engines: engine: github shortcut: gh + - name: github code + engine: github_code + shortcut: ghc + disabled: true + ghc_auth: + # type is one of: + # * none + # * personal_access_token + # * bearer + # When none is passed, the token is not requried. + type: "none" + token: "token" + # specify whether to highlight the matching lines to the query + ghc_highlight_matching_lines: true + ghc_strip_new_lines: true + ghc_strip_whitespace: false + timeout: 10.0 + - name: codeberg # https://docs.searxng.org/dev/engines/online/gitea.html engine: gitea |