diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-03 13:25:51 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-03 13:25:51 +0100 |
| commit | 94ac560dcc85e2e75d3b14706a65eb9488643eb4 (patch) | |
| tree | 40ff812809c2b96964c58c3aa630e73a9e112d46 /docs/utils/index.rst | |
| parent | e7401796f652c946f52faf12b1b7c871ceaa7211 (diff) | |
doc: add descriptions of our tooling box in ./utils
Initial started with the scripts for searx, filtron and morty installations.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/utils/index.rst')
| -rw-r--r-- | docs/utils/index.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/utils/index.rst b/docs/utils/index.rst new file mode 100644 index 000000000..4836ac652 --- /dev/null +++ b/docs/utils/index.rst @@ -0,0 +1,23 @@ + +.. _searx_utils: + +====================== +Tooling box ``utils/`` +====================== + +In the folder :origin:`utils/` we maintain some tools useful for admins and +developers. + +.. toctree:: + :maxdepth: 1 + + searx.sh + filtron.sh + morty.sh + +.. hint:: + + ATM :ref:`filtron.sh` and :ref:`searx.sh` do supports only systemd init + process used by debian, ubuntu and many other dists. If you have working + init.d files to start/stop services, please contribute / thanks! + |