From b8f854e7ad25ac9b428725298a801741d6a20c7a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:08:56 +0200 Subject: [PATCH] Create searxng.json --- frontend/public/json/searxng.json | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/public/json/searxng.json diff --git a/frontend/public/json/searxng.json b/frontend/public/json/searxng.json new file mode 100644 index 000000000..bba0dd8ee --- /dev/null +++ b/frontend/public/json/searxng.json @@ -0,0 +1,35 @@ +{ + "name": "SearXNG", + "slug": "searxng", + "categories": [ + 0 + ], + "date_created": "2025-02-07", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 8888, + "documentation": "https://docs.searxng.org/", + "website": "https://github.com/searxng/searxng", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/searxng.webp", + "config_path": "/etc/searxng/settings.yml", + "description": "SearXNG is a free internet metasearch engine which aggregates results from up to 215 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity.", + "install_methods": [ + { + "type": "default", + "script": "ct/searxng.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 7, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}