summaryrefslogtreecommitdiff
path: root/docs/blog
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2017-08-22 21:30:00 +0200
committerNoémi Ványi <sitbackandwait@gmail.com>2017-08-22 21:30:00 +0200
commit979dd3d96c91c0430adca7528cda18cc7e547211 (patch)
treea25ebe97352f63e1ff7f14b9e3eb243992d516b0 /docs/blog
parent6cc9f5694979956fd54a695bff6d454ca17f721d (diff)
downloadsearxng-979dd3d96c91c0430adca7528cda18cc7e547211.tar.gz
searxng-979dd3d96c91c0430adca7528cda18cc7e547211.zip
blog: add post about searx-admin
Diffstat (limited to 'docs/blog')
-rw-r--r--docs/blog/admin.rst42
-rw-r--r--docs/blog/blog.rst1
-rw-r--r--docs/blog/searx-admin-engines.pngbin0 -> 50840 bytes
3 files changed, 43 insertions, 0 deletions
diff --git a/docs/blog/admin.rst b/docs/blog/admin.rst
new file mode 100644
index 000000000..18d5ed33b
--- /dev/null
+++ b/docs/blog/admin.rst
@@ -0,0 +1,42 @@
+Searx admin interface: manage your instance from your browser
+=============================================================
+
+One of the biggest advantages of searx is being extremely customizable. But at first it can be daunting to newcomers.
+A barrier of taking advantage of this feature is our ugly settings file which is sometimes hard to understand and edit.
+
+To make self-hosting searx more accessible a new tool is introduced, called ``searx-admin``.
+It is a web application which is capable of managing your instance and manipulating its settings via a web UI.
+It aims to replace editing of ``settings.yml`` for less experienced administrators or people
+who prefer graphical admin interfaces.
+
+.. figure:: searx-admin-engines.png
+ :scale: 50 %
+ :alt: Screenshot of engine list
+ :align: center
+ :figclass: align-center
+
+ Configuration page of engines
+
+
+Since ``searx-admin`` acts as a supervisor for searx, we have decided to implement it
+as a standalone tool instead of part of searx. Another reason for making it a standalone
+tool is that the codebase and dependencies of searx should not grow because of a fully optional feature,
+which does not affect existing instances.
+
+
+Installation
+------------
+
+Installation guide can be found in the repository of searx-admin:
+https://github.com/kvch/searx-admin#installation--usage
+
+Acknowledgements
+----------------
+
+This development was sponsored by `NLnet Foundation`_.
+
+.. _NLnet Foundation: https://nlnet.nl/
+
+
+| Happy hacking.
+| kvch // 2017.08.22 21:25
diff --git a/docs/blog/blog.rst b/docs/blog/blog.rst
index aad448c6b..77553d5cf 100644
--- a/docs/blog/blog.rst
+++ b/docs/blog/blog.rst
@@ -5,3 +5,4 @@ Blog
:maxdepth: 1
python3
+ admin
diff --git a/docs/blog/searx-admin-engines.png b/docs/blog/searx-admin-engines.png
new file mode 100644
index 000000000..610bacdf7
--- /dev/null
+++ b/docs/blog/searx-admin-engines.png
Binary files differ