diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-09-10 12:57:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-10 12:57:36 +0200 |
| commit | a9b088d832021271c872a29675abd2887dbdcf65 (patch) | |
| tree | c72b9fb2a7c71aad970384e4e9862184a4bd9791 /searx/settings.yml | |
| parent | 97ed5ef9f1d0b74c64ea287b4b5ed131b5502f4c (diff) | |
[feat] engines yacy & piped: enable individual configuration of URLs (#5195)
With this change it is possible with individual engines (yacy & piped)
to configure individual URLs.
Related:
- https://github.com/searxng/searxng/issues/4869#issuecomment-327335928
- https://github.com/searxng/searxng/pull/3472/files#r1595586019
- https://github.com/searxng/searxng/issues/3428#issuecomment-2102142530
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index b657ecf44..93a94affc 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1594,17 +1594,14 @@ engines: categories: videos piped_filter: videos timeout: 3.0 + inactive: true # URL to use as link and for embeds frontend_url: https://srv.piped.video # Instance will be selected randomly, for more see https://piped-instances.kavin.rocks/ backend_url: - - https://pipedapi.adminforge.de - - https://pipedapi.nosebs.ru - https://pipedapi.ducks.party - - https://pipedapi.reallyaweso.me - https://api.piped.private.coffee - - https://pipedapi.darkness.services - name: piped.music engine: piped @@ -1613,6 +1610,7 @@ engines: categories: music piped_filter: music_songs timeout: 3.0 + inactive: true - name: piratebay engine: piratebay @@ -2492,14 +2490,9 @@ engines: engine: yacy categories: general search_type: text + # see https://github.com/searxng/searxng/pull/3631#issuecomment-2240903027 base_url: - https://yacy.searchlab.eu - # see https://github.com/searxng/searxng/pull/3631#issuecomment-2240903027 - # - https://search.kyun.li - # - https://yacy.securecomcorp.eu - # - https://yacy.myserv.ca - # - https://yacy.nsupdate.info - # - https://yacy.electroncash.de shortcut: ya disabled: true # if you aren't using HTTPS for your local yacy instance disable https |