diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-07-04 19:25:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-04 19:25:33 +0200 |
| commit | 5c1c0817c3996c5670a545d05831d234d21e6217 (patch) | |
| tree | 265682f5ecfc3d62b5259f232afe98f9ca1e616a /README.rst | |
| parent | b5cceeb2f9997d3c6b460f0a1b1c691174e55c04 (diff) | |
| parent | b15931ce3a746b6c41cce9b63ad684517dd1cb39 (diff) | |
Merge pull request #1438 from return42/fix-README
[README] name limiter plugin / filtron no longer needed
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/README.rst b/README.rst index 2e0cd488b..317c25b05 100644 --- a/README.rst +++ b/README.rst @@ -108,10 +108,12 @@ User experience Setup ----- -- the Docker image is now also built for ARM64 and ARM/v7 architectures - you don't need `Morty`_ to proxy the images even on a public instance -- on the way to embed `Filtron`_ into SearXNG -- up to date installation scripts +- you don't need `Filtron`_ to block bots, we implemented the builtin `limiter`_ +- you get a well maintained `Docker image`_, now also built for ARM64 and ARM/v7 architectures +- alternatively we have up to date installation scripts + +.. _Docker image: https://github.com/searxng/searxng-docker Contributing is easier @@ -125,6 +127,7 @@ Contributing is easier .. _Morty: https://github.com/asciimoo/morty .. _Filtron: https://github.com/searxng/filtron +.. _limiter: https://docs.searxng.org/src/searx.plugins.limiter.html .. _Weblate: https://weblate.bubu1.eu/projects/searxng/searxng/ .. _Development Quickstart: https://docs.searxng.org/dev/quickstart.html @@ -142,4 +145,5 @@ https://weblate.bubu1.eu/projects/searxng/searxng/ Make a donation =============== -You can support the SearXNG project by clicking on the donation page: `https://docs.searxng.org/donate.html <https://docs.searxng.org/donate.html>`_ +You can support the SearXNG project by clicking on the donation page: +https://docs.searxng.org/donate.html |