Loading AUTHORS.rst +2 −1 Original line number Diff line number Diff line Loading @@ -166,3 +166,4 @@ features or generally made searx better: - Sam A. `<https://samsapti.dev>`_ - @XavierHorwood - Ahmad Alkadri `<https://github.com/ahmad-alkadri>`_ - Milad Laly @Milad-Laly No newline at end of file utils/searxng.sh +3 −3 Original line number Diff line number Diff line Loading @@ -395,7 +395,7 @@ searxng.remove.all() { wait_key if service_is_available "${SEARXNG_URL}"; then MSG="** Don't forgett to remove your public site! (${SEARXNG_URL}) **" wait_key 10 MSG="** Don't forget to remove your public site! (${SEARXNG_URL}) **" wait_key 10 fi } Loading Loading @@ -650,7 +650,7 @@ searxng.remove.redis() { } searxng.instance.localtest() { rst_title "Test SearXNG instance localy" section rst_title "Test SearXNG instance locally" section rst_para "Activate debug mode, start a minimal SearXNG "\ "service and debug a HTTP request/response cycle." Loading Loading @@ -783,7 +783,7 @@ This removes Nginx site ${NGINX_SEARXNG_SITE}:: searxng.instance.exec() { if ! service_account_is_available "${SERVICE_USER}"; then die 42 "can't execute: instance does not exists (missed account ${SERVICE_USER})" die 42 "can't execute: instance does not exist (missed account ${SERVICE_USER})" fi sudo -H -i -u "${SERVICE_USER}" \ SEARXNG_UWSGI_USE_SOCKET="${SEARXNG_UWSGI_USE_SOCKET}" \ Loading Loading
AUTHORS.rst +2 −1 Original line number Diff line number Diff line Loading @@ -166,3 +166,4 @@ features or generally made searx better: - Sam A. `<https://samsapti.dev>`_ - @XavierHorwood - Ahmad Alkadri `<https://github.com/ahmad-alkadri>`_ - Milad Laly @Milad-Laly No newline at end of file
utils/searxng.sh +3 −3 Original line number Diff line number Diff line Loading @@ -395,7 +395,7 @@ searxng.remove.all() { wait_key if service_is_available "${SEARXNG_URL}"; then MSG="** Don't forgett to remove your public site! (${SEARXNG_URL}) **" wait_key 10 MSG="** Don't forget to remove your public site! (${SEARXNG_URL}) **" wait_key 10 fi } Loading Loading @@ -650,7 +650,7 @@ searxng.remove.redis() { } searxng.instance.localtest() { rst_title "Test SearXNG instance localy" section rst_title "Test SearXNG instance locally" section rst_para "Activate debug mode, start a minimal SearXNG "\ "service and debug a HTTP request/response cycle." Loading Loading @@ -783,7 +783,7 @@ This removes Nginx site ${NGINX_SEARXNG_SITE}:: searxng.instance.exec() { if ! service_account_is_available "${SERVICE_USER}"; then die 42 "can't execute: instance does not exists (missed account ${SERVICE_USER})" die 42 "can't execute: instance does not exist (missed account ${SERVICE_USER})" fi sudo -H -i -u "${SERVICE_USER}" \ SEARXNG_UWSGI_USE_SOCKET="${SEARXNG_UWSGI_USE_SOCKET}" \ Loading