| 12345678910111213141516171819202122232425262728293031323334353637383940414243 | =============================================================Searx admin interface=============================================================.. _searx-admin: https://github.com/kvch/searx-admin#searx-admin.. _NLnet Foundation: https://nlnet.nl/  manage your instance from your browser.. sidebar:: Installation   Installation guide can be found in the repository of searx-admin_.One of the biggest advantages of searx is being extremely customizable. But atfirst it can be daunting to newcomers.  A barrier of taking advantage of thisfeature is our ugly settings file which is sometimes hard to understand andedit.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 yourinstance and manipulating its settings via a web UI.  It aims to replace editingof ``settings.yml`` for less experienced administrators or people who prefergraphical admin interfaces... figure:: searx-admin-engines.png   :alt: Screenshot of engine list   Configuration page of enginesSince ``searx-admin`` acts as a supervisor for searx, we have decided toimplement it as a standalone tool instead of part of searx.  Another reason formaking it a standalone tool is that the codebase and dependencies of searxshould not grow because of a fully optional feature, which does not affectexisting instances.Acknowledgements================This development was sponsored by `NLnet Foundation`_.| Happy hacking.| kvch // 2017.08.22 21:25
 |