diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-03-25 17:08:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-25 17:08:32 +0100 |
| commit | ef8af285a22db78a3d28d0f13228f0487ce9fe8b (patch) | |
| tree | 5dfc0ea11fec05833e9cd01beec32fc846940b5e /docs/admin/filtron.rst | |
| parent | 2151da3716bca301e1b91061ad5d77f6ad2fa29a (diff) | |
| parent | 37493b0a1ea8bfede427e4d68c2a17dfdb8a6078 (diff) | |
Merge pull request #994 from return42/add-limiter-redis-doc
[doc] add some documentation about the limiter plugin (and redis)
Diffstat (limited to 'docs/admin/filtron.rst')
| -rw-r--r-- | docs/admin/filtron.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/admin/filtron.rst b/docs/admin/filtron.rst index f08149ae9..60d7cbeba 100644 --- a/docs/admin/filtron.rst +++ b/docs/admin/filtron.rst @@ -5,17 +5,19 @@ How to protect an instance ========================== +.. tip:: + + To protect your instance a installation of filtron (as described here) is no + longer needed, alternatively activate the :ref:`limiter plugin` in your + ``settings.yml``. Note that the :ref:`limiter plugin` requires a :ref:`Redis + <settings redis>` database. + + .. sidebar:: further reading - :ref:`filtron.sh` - :ref:`nginx searxng site` - -.. contents:: Contents - :depth: 2 - :local: - :backlinks: entry - .. _filtron: https://github.com/searxng/filtron SearXNG depends on external search services. To avoid the abuse of these services |