From b4df862579f3fbf31dfc5d24f5730a5c0b3cc115 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:44:46 +0200 Subject: [PATCH] Temporary Remove: SearXNG (#6578) --- ct/searxng.sh | 9 ++++---- frontend/public/json/searxng.json | 35 ------------------------------- 2 files changed, 5 insertions(+), 39 deletions(-) delete mode 100644 frontend/public/json/searxng.json diff --git a/ct/searxng.sh b/ct/searxng.sh index 7d9df8d60..521f687ae 100644 --- a/ct/searxng.sh +++ b/ct/searxng.sh @@ -27,10 +27,11 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - sed -i 's/^\([[:space:]]*limiter:\)[[:space:]]*true/\1 false/' /etc/searxng/settings.yml - if cd /usr/local/searxng/searxng-src && git pull | grep -q 'Already up to date'; then - msg_ok "There is currently no update available." - fi + msg_ok "There is currently no update available." + # sed -i 's/^\([[:space:]]*limiter:\)[[:space:]]*true/\1 false/' /etc/searxng/settings.yml + # if cd /usr/local/searxng/searxng-src && git pull | grep -q 'Already up to date'; then + # msg_ok "There is currently no update available." + # fi exit } start diff --git a/frontend/public/json/searxng.json b/frontend/public/json/searxng.json deleted file mode 100644 index bba0dd8ee..000000000 --- a/frontend/public/json/searxng.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "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": [] -}