2017-08-22 21:30:00 +02:00
2019-12-30 18:31:17 +01:00
<!DOCTYPE html>
2017-08-22 21:30:00 +02:00
2020-06-19 11:15:15 +02:00
< html >
2017-08-22 21:30:00 +02:00
< head >
2019-12-30 18:31:17 +01:00
< meta charset = "utf-8" / >
2020-09-30 10:35:05 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2019-12-30 18:31:17 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2021-03-27 20:39:04 +01:00
< title > Searx admin interface — Searx Documentation (Searx-1.0.0.tex)< / title >
2017-08-22 21:30:00 +02:00
< link rel = "stylesheet" href = "../_static/pygments.css" type = "text/css" / >
2021-01-05 16:45:49 +01:00
< link rel = "stylesheet" href = "../_static/searx.css" type = "text/css" / >
2021-02-17 20:54:37 +01:00
< link rel = "stylesheet" type = "text/css" href = "../_static/tabs.css" / >
2020-02-15 10:08:58 +01:00
< script id = "documentation_options" data-url_root = "../" src = "../_static/documentation_options.js" > < / script >
< script src = "../_static/jquery.js" > < / script >
< script src = "../_static/underscore.js" > < / script >
< script src = "../_static/doctools.js" > < / script >
2017-08-22 21:30:00 +02:00
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
2019-12-30 18:31:17 +01:00
< link rel = "next" title = "Preparation for offline engines" href = "intro-offline.html" / >
< link rel = "prev" title = "Introducing Python 3 support" href = "python3.html" / >
< script > DOCUMENTATION _OPTIONS . URL _ROOT = '../' ; < / script >
2017-08-22 21:30:00 +02:00
2019-12-30 18:31:17 +01:00
< / head > < body >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
accesskey="I">index< / a > < / li >
2020-11-04 14:12:59 +01:00
< li class = "right" >
< a href = "../py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
2019-12-30 18:31:17 +01:00
< li class = "right" >
< a href = "intro-offline.html" title = "Preparation for offline engines"
accesskey="N">next< / a > |< / li >
< li class = "right" >
< a href = "python3.html" title = "Introducing Python 3 support"
accesskey="P">previous< / a > |< / li >
2021-03-27 20:39:04 +01:00
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Searx Documentation (Searx-1.0.0.tex)< / a > » < / li >
2020-09-30 10:35:05 +02:00
< li class = "nav-item nav-item-1" > < a href = "index.html" accesskey = "U" > Blog< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Searx admin interface< / a > < / li >
2019-12-30 18:31:17 +01:00
< / ul >
< / div >
2017-08-22 21:30:00 +02:00
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
2021-04-08 19:47:22 +02:00
< div class = "section" id = "searx-admin-interface" >
2019-12-30 18:31:17 +01:00
< h1 > Searx admin interface< a class = "headerlink" href = "#searx-admin-interface" title = "Permalink to this headline" > ¶< / a > < / h1 >
< blockquote >
< div > < p > manage your instance from your browser< / p >
< / div > < / blockquote >
2021-04-08 19:47:22 +02:00
< div class = "sidebar" >
2019-12-30 18:31:17 +01:00
< p class = "sidebar-title" > Installation< / p >
< p > Installation guide can be found in the repository of < a class = "reference external" href = "https://github.com/kvch/searx-admin#searx-admin" > searx-admin< / a > .< / p >
2021-04-08 19:47:22 +02:00
< / div >
2019-12-30 18:31:17 +01:00
< p > 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.< / p >
< p > To make self-hosting searx more accessible a new tool is introduced, called
< code class = "docutils literal notranslate" > < span class = "pre" > searx-admin< / span > < / code > . 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 < code class = "docutils literal notranslate" > < span class = "pre" > settings.yml< / span > < / code > for less experienced administrators or people who prefer
graphical admin interfaces.< / p >
2021-04-08 19:47:22 +02:00
< div class = "figure align-default" id = "id1" >
2019-12-30 18:31:17 +01:00
< img alt = "Screenshot of engine list" src = "../_images/searx-admin-engines.png" / >
2021-04-08 19:47:22 +02:00
< p class = "caption" > < span class = "caption-number" > Fig. 6 < / span > < span class = "caption-text" > Configuration page of engines< / span > < a class = "headerlink" href = "#id1" title = "Permalink to this image" > ¶< / a > < / p >
< / div >
2019-12-30 18:31:17 +01:00
< p > Since < code class = "docutils literal notranslate" > < span class = "pre" > searx-admin< / span > < / code > 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.< / p >
2021-04-08 19:47:22 +02:00
< div class = "section" id = "acknowledgements" >
2017-08-22 21:30:00 +02:00
< h2 > Acknowledgements< a class = "headerlink" href = "#acknowledgements" title = "Permalink to this headline" > ¶< / a > < / h2 >
< p > This development was sponsored by < a class = "reference external" href = "https://nlnet.nl/" > NLnet Foundation< / a > .< / p >
< div class = "line-block" >
< div class = "line" > Happy hacking.< / div >
< div class = "line" > kvch // 2017.08.22 21:25< / div >
< / div >
2021-04-08 19:47:22 +02:00
< / div >
< / div >
2017-08-22 21:30:00 +02:00
2020-09-30 10:35:05 +02:00
< div class = "clearer" > < / div >
2017-08-22 21:30:00 +02:00
< / div >
< / div >
< / div >
2019-12-30 18:31:17 +01:00
< span id = "sidebar-top" > < / span >
2017-08-22 21:30:00 +02:00
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
2019-12-30 18:31:17 +01:00
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "../index.html" >
< img class = "logo" src = "../_static/searx_logo_small.png" alt = "Logo" / >
< / a > < / p >
< h3 > Project Links< / h3 >
< ul >
2020-09-30 10:35:05 +02:00
< li > < a href = "https://github.com/searx/searx" > Source< / a >
2019-12-30 18:31:17 +01:00
2020-09-30 10:35:05 +02:00
< li > < a href = "https://github.com/searx/searx/wiki" > Wiki< / a >
2019-12-30 18:31:17 +01:00
2021-01-12 10:55:12 +01:00
< li > < a href = "https://searx.space" > Public instances< / a >
2019-12-30 18:31:17 +01:00
< li > < a href = "https://twitter.com/Searx_engine" > Twitter< / a >
2021-01-12 10:55:12 +01:00
< li > < a href = "https://github.com/searx/searx/issues" > Issue Tracker< / a >
2019-12-30 18:31:17 +01:00
< / ul > < h3 > Navigation< / h3 >
2017-08-22 21:30:00 +02:00
< ul >
2019-12-30 18:31:17 +01:00
< li > < a href = "../index.html" > Overview< / a >
< ul >
< li > < a href = "index.html" > Blog< / a >
< ul >
< li > Previous: < a href = "python3.html" title = "previous chapter" > Introducing Python 3 support< / a >
< li > Next: < a href = "intro-offline.html" title = "next chapter" > Preparation for offline engines< / a > < / ul >
< / li >
< / ul >
< / li >
2017-08-22 21:30:00 +02:00
< / ul >
2019-12-30 18:31:17 +01:00
< div id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "../search.html" method = "get" >
< input type = "text" name = "q" aria-labelledby = "searchlabel" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
2017-08-22 21:30:00 +02:00
< / div >
2020-02-15 10:08:58 +01:00
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
2017-08-22 21:30:00 +02:00
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
2019-12-30 18:31:17 +01:00
< div class = "footer" role = "contentinfo" >
2020-02-20 19:32:55 +01:00
© Copyright 2015-2020, Adam Tauber, Noémi Ványi.
2021-04-03 23:51:52 +02:00
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 3.5.3.
2017-08-22 21:30:00 +02:00
< / div >
2020-02-15 10:08:58 +01:00
< script src = "../_static/version_warning_offset.js" > < / script >
2019-12-30 18:31:17 +01:00
2017-08-22 21:30:00 +02:00
< / body >
< / html >