Wiki page searxng changed with summary [ changed to searxng and without other then arch installations] by Dan

This commit is contained in:
ORG_User 2024-05-01 00:54:46 +02:00
parent 717cfbd278
commit e640236940
1 changed files with 10 additions and 24 deletions

View File

@ -1,20 +1,9 @@
====== Searx ======
====== SearXNG ======
Nur für Linux-Systeme verfügbar!
[[https://docs.searxng.org/|SearXNG]] ist eine kostenlose Internet-Metasuchmaschine, die Ergebnisse von mehr als 70 Suchdiensten zusammenfasst. Die Benutzer werden weder verfolgt noch profiliert. Außerdem kann SearXNG über Tor für Online-Anonymität genutzt werden.
===== Programme =====
==== Ubuntu / Debian ====
<code>
sudo -H apt-get install -y \
virtualenv python3-dev python3-babel python3-venv \
uwsgi uwsgi-plugin-python3 \
git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev \
shellcheck
</code>
==== Arch Linux ====
===== Pakete =====
<code>
sudo -H pacman -S --noconfirm \
@ -24,12 +13,17 @@ git base-devel libxml2 \
shellcheck
</code>
==== AUR ====
Wenn du AUR verwenden möchten, kannst du wie folgt vorgehen:
<code>
pikaur -S searx
pikaur -S searxng-git
</code>
<code>
sudo systemctl enable --now uwsgi@searx.service
sudo systemctl enable --now uwsgi@searxng.service
</code>
Du brauchst nicht mehr der unten stehenden Anleitung zu folgen, gehe einfach zu:
@ -37,15 +31,7 @@ Du brauchst nicht mehr der unten stehenden Anleitung zu folgen, gehe einfach zu:
http://127.0.0.1:8888/
Siehe auch [[/de/server/services/nginx]] und [[/de/server/services/ssl|ssl]].
==== Fedora / RHEL ====
<code>
sudo -H dnf install -y \
virtualenv python python-pip python-lxml python-babel \
uwsgi uwsgi-plugin-python3 \
git @development-tools libxml2 \
ShellCheck
</code>
===== Benutzer Erstellen =====