mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
1.2 KiB
1.2 KiB
How to update
How to update depends on the installation method. If you have used the installation scripts, use update command from the scripts.
Update SearXNG service <searx.sh>
sudo -H ./utils/searx.sh update searxUpdate filtron reverse proxy <filtron.sh>
sudo -H ./utils/filtron.sh update filtronUpdate result proxy <morty.sh>
$ sudo -H ./utils/morty.sh update mortyHow to inspect & debug
further read
toolboxingMakefile
How to debug depends on the installation method. If you have used the installation scripts, use inspect command from the scripts.
Inspect SearXNG service <searx.sh>
sudo -H ./utils/searx.sh inspect serviceInspect filtron reverse proxy <filtron.sh>
sudo -H ./utils/filtron.sh inspect serviceInspect result proxy <morty.sh>
$ sudo -H ./utils/morty.sh inspect service