From aaf9334c796e421481c20663616719d0d284073b Mon Sep 17 00:00:00 2001 From: renyhp Date: Mon, 19 Oct 2020 15:37:45 +0200 Subject: [PATCH 1/3] Fix typo xgd-open > xdg-open --- docs/build-templates/searx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-templates/searx.rst b/docs/build-templates/searx.rst index f3004ed0..5a65488b 100644 --- a/docs/build-templates/searx.rst +++ b/docs/build-templates/searx.rst @@ -167,7 +167,7 @@ container or in a script, test with curl: .. code-block:: sh - $ xgd-open http://$SEARX_INTERNAL_URL + $ xdg-open http://$SEARX_INTERNAL_URL .. group-tab:: curl From b386a815da6e9c73de05b9fe0777da88e62fd546 Mon Sep 17 00:00:00 2001 From: renyhp Date: Mon, 19 Oct 2020 17:31:02 +0200 Subject: [PATCH 2/3] Fix typo chmod searx:searx > chown searx:searx --- utils/templates/etc/uwsgi/apps-available/searx.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/templates/etc/uwsgi/apps-available/searx.ini b/utils/templates/etc/uwsgi/apps-available/searx.ini index b1c56e41..4d69da0c 100644 --- a/utils/templates/etc/uwsgi/apps-available/searx.ini +++ b/utils/templates/etc/uwsgi/apps-available/searx.ini @@ -79,6 +79,6 @@ http = ${SEARX_INTERNAL_HTTP} # On some distributions you need to create the app folder for the sockets:: # # mkdir -p /run/uwsgi/app/searx -# chmod -R ${SERVICE_USER}:${SERVICE_GROUP} /run/uwsgi/app/searx +# chown -R ${SERVICE_USER}:${SERVICE_GROUP} /run/uwsgi/app/searx # -# socket = /run/uwsgi/app/searx/socket \ No newline at end of file +# socket = /run/uwsgi/app/searx/socket From 3bada084a2cbfe0c5e0098266855e0675be107bb Mon Sep 17 00:00:00 2001 From: renyhp Date: Mon, 19 Oct 2020 17:49:03 +0200 Subject: [PATCH 3/3] Extract to /usr/local/filtron/local The /usr/local/filtron/local/go directory will be created by tar. --- docs/build-templates/filtron.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-templates/filtron.rst b/docs/build-templates/filtron.rst index 83a45182..643688ff 100644 --- a/docs/build-templates/filtron.rst +++ b/docs/build-templates/filtron.rst @@ -32,7 +32,7 @@ (${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local (${SERVICE_USER}) $ wget --progress=bar -O "${GO_TAR}" \\ "${GO_PKG_URL}" - (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local/go -xzf "${GO_TAR}" + (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local -xzf "${GO_TAR}" (${SERVICE_USER}) $ which go ${SERVICE_HOME}/local/go/bin/go