From a1e2c501d2746f2e9085203788bf40286968307e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Fri, 30 Sep 2022 23:17:14 +0200 Subject: [PATCH] add blogpost about private searx and fix uwsgi installation guide --- docs/admin/installation-uwsgi.rst | 2 +- docs/blog/documentation-offline-engines.rst | 48 +++++++++++++++++++++ docs/blog/index.rst | 1 + 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 docs/blog/documentation-offline-engines.rst diff --git a/docs/admin/installation-uwsgi.rst b/docs/admin/installation-uwsgi.rst index 03aabeb7..de7e0ef0 100644 --- a/docs/admin/installation-uwsgi.rst +++ b/docs/admin/installation-uwsgi.rst @@ -95,7 +95,7 @@ My experience is, that this command is a bit buggy. .. _uwsgi configuration: All together -=========== +============ Create the configuration ini-file according to your distribution (see below) and restart the uwsgi application. diff --git a/docs/blog/documentation-offline-engines.rst b/docs/blog/documentation-offline-engines.rst new file mode 100644 index 00000000..9c5919b9 --- /dev/null +++ b/docs/blog/documentation-offline-engines.rst @@ -0,0 +1,48 @@ +================================= +Private searx project is finished +================================= + +We are officially finished with the Private searx project. The goal was to +extend searx capabilities beyond just searching on the Internet. We added +support for offline engines. These engines do not connect to the Internet, +they find results locally. + +As some of the offline engines run commands on the searx host, we added an +option to protect any engine by making them private. Private engines can only be +accessed using a token. + +After searx was prepared to run offline queries we added numerous new engines: + +1. Command line engine +2. MySQL +3. PostgreSQL +4. SQLite +5. Redis +6. MongoDB + +We also added new engines that communicate over HTTP, but you might want to keep +them private: + +1. Elasticsearch +2. Meilisearch +3. Solr + +The last step was to document this work. We added new tutorials on creating +command engines, making engines private and also adding a custom result template +to your own engines. + +Acknowledgement +=============== + +The project was sponsored by `Search and Discovery Fund`_ of `NLnet +Foundation`_. We would like to thank the NLnet for not only the funds, but the +conversations and their ideas. They were truly invested and passionate about +supporting searx. + +.. _Search and Discovery Fund: https://nlnet.nl/discovery +.. _NLnet Foundation: https://nlnet.nl/ + + +| Happy hacking. +| kvch // 2022.09.30 23:15 + diff --git a/docs/blog/index.rst b/docs/blog/index.rst index 857fede1..29dd4ebd 100644 --- a/docs/blog/index.rst +++ b/docs/blog/index.rst @@ -15,3 +15,4 @@ Blog search-indexer-engines sql-engines search-database-engines + documentation-offline-engines