mirror of
https://github.com/searxng/searxng.git
synced 2026-07-21 23:41:23 +00:00
add mastodon and peertube accounts from wikidata search
This commit is contained in:
@@ -34,6 +34,20 @@
|
||||
"default": "https://www.instagram.com/$1"
|
||||
}
|
||||
},
|
||||
"mastodon_profile": {
|
||||
"category_name": "Mastodon",
|
||||
"url_name": "Mastodon profile",
|
||||
"urls": {
|
||||
"default": "https://fedirect.toolforge.org/?id=$1"
|
||||
}
|
||||
},
|
||||
"peertube_profile": {
|
||||
"category_name": "Peertube",
|
||||
"url_name": "Peertube profile",
|
||||
"urls": {
|
||||
"default": "https://fedirect.toolforge.org/?id=$1"
|
||||
}
|
||||
},
|
||||
"imdb_title": {
|
||||
"category_name": "IMDB",
|
||||
"url_name": "IMDB title",
|
||||
@@ -153,4 +167,4 @@
|
||||
"default": "https://www.openstreetmap.org/?lat=${latitude}&lon=${longitude}&zoom=${zoom}&layers=M"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user