diff options
| author | Bnyro <bnyro@tutanota.com> | 2023-09-28 19:14:30 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-10-06 10:58:23 +0200 |
| commit | ce270961e82585971579844c64d7cde5f5d855ec (patch) | |
| tree | 45d11a5d3e616f48ea0d65bca87bcb39e7e8aa38 /searx/settings.yml | |
| parent | e5e3e22f7c4b034c4ea820b7df5f752c8474cd18 (diff) | |
[feat] engine: implementation of mastodon
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 |