diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 0d3c73341..5012f07ad 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1016,6 +1016,18 @@ engines: require_api_key: false results: HTML + - name: mastodon users + engine: mastodon + mastodon_type: accounts + base_url: https://mastodon.social + shortcut: mau + + - name: mastodon hashtags + engine: mastodon + mastodon_type: hashtags + base_url: https://mastodon.social + shortcut: mah + - name: matrixrooms engine: matrixrooms shortcut: mtrx |