diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-18 23:05:24 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-21 17:13:34 +0100 |
commit | ac5cce69cc9ae0d5a6c202a29261fd292dbfe892 (patch) | |
tree | e6e301174e98dbd5b8a280a2db783ef56a6b34d4 /docs/utils | |
parent | c1bee0d96f60515bfb716e434da0cf3b2626b496 (diff) | |
download | searxng-ac5cce69cc9ae0d5a6c202a29261fd292dbfe892.tar.gz searxng-ac5cce69cc9ae0d5a6c202a29261fd292dbfe892.zip |
[doc] filtron.sh - install github.com/searxng/filtron
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils')
-rw-r--r-- | docs/utils/filtron.sh.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/utils/filtron.sh.rst b/docs/utils/filtron.sh.rst index f4a85282a..1f7302392 100644 --- a/docs/utils/filtron.sh.rst +++ b/docs/utils/filtron.sh.rst @@ -13,8 +13,8 @@ <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] |