summaryrefslogtreecommitdiff
path: root/docs/utils
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-04-03 20:24:40 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-04-03 20:24:40 +0200
commit853be4e11cd8a82b6b08f04db1717329907a5aaf (patch)
treeee62e8a28ff64208d63f583409ff6b535b23e408 /docs/utils
parentaf988dbf71ce4b14d2056676d7d9691335266d83 (diff)
downloadsearxng-853be4e11cd8a82b6b08f04db1717329907a5aaf.tar.gz
searxng-853be4e11cd8a82b6b08f04db1717329907a5aaf.zip
utils/filtron.sh: add generic documentation
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils')
-rw-r--r--docs/utils/filtron.sh.rst32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/utils/filtron.sh.rst b/docs/utils/filtron.sh.rst
index 40e57aa3c..a3c1aed41 100644
--- a/docs/utils/filtron.sh.rst
+++ b/docs/utils/filtron.sh.rst
@@ -36,6 +36,38 @@ into this user account:
<utils/templates/lib/systemd/system/filtron.service>`
(``/lib/systemd/system/filtron.service``).
+
+Create user
+===========
+
+.. include:: ../../build/docs/includes/filtron.rst
+ :start-after: START create user
+ :end-before: END create user
+
+
+Install go
+==========
+
+.. include:: ../../build/docs/includes/filtron.rst
+ :start-after: START install go
+ :end-before: END install go
+
+
+Install filtron
+===============
+
+Install :origin:`rules.json <utils/templates/etc/filtron/rules.json>` at
+``/etc/filtron/rules.json`` (see :ref:`Sample configuration of filtron`) and
+install filtron software and systemd unit:
+
+.. include:: ../../build/docs/includes/filtron.rst
+ :start-after: START install filtron
+ :end-before: END install filtron
+
+.. include:: ../../build/docs/includes/filtron.rst
+ :start-after: START install systemd unit
+ :end-before: END install systemd unit
+
.. _filtron.sh overview:
Overview