Temporary Remove: SearXNG (#6578)

This commit is contained in:
CanbiZ 2025-08-05 13:44:46 +02:00 committed by GitHub
parent 01c6eb3a67
commit b4df862579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 39 deletions

View File

@ -27,10 +27,11 @@ function update_script() {
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi
sed -i 's/^\([[:space:]]*limiter:\)[[:space:]]*true/\1 false/' /etc/searxng/settings.yml msg_ok "There is currently no update available."
if cd /usr/local/searxng/searxng-src && git pull | grep -q 'Already up to date'; then # sed -i 's/^\([[:space:]]*limiter:\)[[:space:]]*true/\1 false/' /etc/searxng/settings.yml
msg_ok "There is currently no update available." # if cd /usr/local/searxng/searxng-src && git pull | grep -q 'Already up to date'; then
fi # msg_ok "There is currently no update available."
# fi
exit exit
} }
start start

View File

@ -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": []
}