diff options
Diffstat (limited to 'docs/utils')
| -rw-r--r-- | docs/utils/filtron.sh.rst | 8 | ||||
| -rw-r--r-- | docs/utils/morty.sh.rst | 4 | ||||
| -rw-r--r-- | docs/utils/searx.sh.rst | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/docs/utils/filtron.sh.rst b/docs/utils/filtron.sh.rst index 86e3fa88a..1f7302392 100644 --- a/docs/utils/filtron.sh.rst +++ b/docs/utils/filtron.sh.rst @@ -7,14 +7,14 @@ .. sidebar:: further reading - - :ref:`searx filtron` + - :ref:`searxng filtron` - :ref:`architecture` - :ref:`installation` (:ref:`nginx <installation nginx>` & :ref:`apache <installation apache>`) .. _Go: https://golang.org/ -.. _filtron: https://github.com/asciimoo/filtron -.. _filtron README: https://github.com/asciimoo/filtron/blob/master/README.md +.. _filtron: https://github.com/searxng/filtron +.. _filtron README: https://github.com/searxng/filtron/blob/master/README.md To simplify installation and maintenance of a filtron instance you can use the script :origin:`utils/filtron.sh`. In most cases you will install filtron_ @@ -30,7 +30,7 @@ into this user account: #. Create a separated user account (``filtron``). #. Download and install Go_ binary in user's $HOME (``~filtron``). #. Install filtron with the package management from Go_ (``go get -v -u - github.com/asciimoo/filtron``) + github.com/searxng/filtron``) #. Setup a proper rule configuration :origin:`[ref] <utils/templates/etc/filtron/rules.json>` (``/etc/filtron/rules.json``). #. Setup a systemd service unit :origin:`[ref] diff --git a/docs/utils/morty.sh.rst b/docs/utils/morty.sh.rst index f2e02baab..99103b1cb 100644 --- a/docs/utils/morty.sh.rst +++ b/docs/utils/morty.sh.rst @@ -14,7 +14,7 @@ - :ref:`architecture` - :ref:`installation` (:ref:`nginx <installation nginx>` & :ref:`apache <installation apache>`) - - :ref:`searx morty` + - :ref:`searxng morty` To simplify installation and maintenance of a morty_ instance you can use the script :origin:`utils/morty.sh`. In most cases you will install morty_ simply by @@ -37,7 +37,7 @@ into this user account: .. hint:: - To add morty to your SearXNG instance read chapter :ref:`searx morty`. + To add morty to your SearXNG instance read chapter :ref:`searxng morty`. Create user =========== diff --git a/docs/utils/searx.sh.rst b/docs/utils/searx.sh.rst index bcbe04a61..6d412d23d 100644 --- a/docs/utils/searx.sh.rst +++ b/docs/utils/searx.sh.rst @@ -24,7 +24,7 @@ In most cases you will install SearXNG simply by running the command: sudo -H ./utils/searx.sh install all -The script adds a ``${SERVICE_USER}`` (default:``searx``) and installs searx +The script adds a ``${SERVICE_USER}`` (default:``searx``) and installs SearXNG into this user account. The installation is described in chapter :ref:`installation basic`. |