diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 4dd499a36..d2847343a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1135,6 +1135,19 @@ engines: engine: photon shortcut: ph + - name: piped + engine: piped + # Instance will be selected randomly, for more see https://piped-instances.kavin.rocks/ + backend_url: + - https://pipedapi.kavin.rocks + - https://pipedapi-libre.kavin.rocks + - https://pipedapi.adminforge.de + # Url to use as link, and for embeds + frontend_url: https://srv.piped.video + shortcut: ppd + timeout: 3.0 + disabled: true + - name: piratebay engine: piratebay shortcut: tpb |