diff --git a/SearXNG/SearXNG.php b/SearXNG/SearXNG.php new file mode 100644 index 0000000000..af9762137e --- /dev/null +++ b/SearXNG/SearXNG.php @@ -0,0 +1,15 @@ +url, "/"); + $q = urlencode($query); + return redirect($url . "/search?q=" . $q); + } +} diff --git a/SearXNG/app.json b/SearXNG/app.json new file mode 100644 index 0000000000..36a2728ee7 --- /dev/null +++ b/SearXNG/app.json @@ -0,0 +1,10 @@ +{ + "appid": "7e356dd50dd3723072ce97822610c792f30c8d00", + "name": "SearXNG", + "website": "https://docs.searxng.org", + "license": "AGPL-3.0", + "description": "A free internet metasearch engine which aggregates results from more than 70 search services. SearXNG is a fork of Searx with continued active development.", + "enhanced": false, + "tile_background": "dark", + "icon": "searxng.png" +} diff --git a/SearXNG/searxng.png b/SearXNG/searxng.png new file mode 100644 index 0000000000..15fcd6fa1a Binary files /dev/null and b/SearXNG/searxng.png differ