|  | @@ -0,0 +1,99 @@
 | 
	
		
			
			|  | 1 | +
 | 
	
		
			
			|  | 2 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 | 
	
		
			
			|  | 3 | +  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
	
		
			
			|  | 4 | +
 | 
	
		
			
			|  | 5 | +<html xmlns="http://www.w3.org/1999/xhtml">
 | 
	
		
			
			|  | 6 | +  <head>
 | 
	
		
			
			|  | 7 | +    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 | 
	
		
			
			|  | 8 | +    <title>Searx admin interface: manage your instance from your browser — searx 0.12.0 documentation</title>
 | 
	
		
			
			|  | 9 | +    <link rel="stylesheet" href="../_static/style.css" type="text/css" />
 | 
	
		
			
			|  | 10 | +    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
 | 
	
		
			
			|  | 11 | +    <script type="text/javascript">
 | 
	
		
			
			|  | 12 | +      var DOCUMENTATION_OPTIONS = {
 | 
	
		
			
			|  | 13 | +        URL_ROOT:    '../',
 | 
	
		
			
			|  | 14 | +        VERSION:     '0.12.0',
 | 
	
		
			
			|  | 15 | +        COLLAPSE_INDEX: false,
 | 
	
		
			
			|  | 16 | +        FILE_SUFFIX: '.html',
 | 
	
		
			
			|  | 17 | +        HAS_SOURCE:  true,
 | 
	
		
			
			|  | 18 | +        SOURCELINK_SUFFIX: '.txt'
 | 
	
		
			
			|  | 19 | +      };
 | 
	
		
			
			|  | 20 | +    </script>
 | 
	
		
			
			|  | 21 | +    <script type="text/javascript" src="../_static/jquery.js"></script>
 | 
	
		
			
			|  | 22 | +    <script type="text/javascript" src="../_static/underscore.js"></script>
 | 
	
		
			
			|  | 23 | +    <script type="text/javascript" src="../_static/doctools.js"></script>
 | 
	
		
			
			|  | 24 | +    <link rel="index" title="Index" href="../genindex.html" />
 | 
	
		
			
			|  | 25 | +    <link rel="search" title="Search" href="../search.html" />
 | 
	
		
			
			|  | 26 | +   
 | 
	
		
			
			|  | 27 | +  
 | 
	
		
			
			|  | 28 | +  <link media="only screen and (max-device-width: 480px)" href="../_static/small_flask.css" type= "text/css" rel="stylesheet" />
 | 
	
		
			
			|  | 29 | +  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
 | 
	
		
			
			|  | 30 | +
 | 
	
		
			
			|  | 31 | +  </head>
 | 
	
		
			
			|  | 32 | +  <body>  
 | 
	
		
			
			|  | 33 | +
 | 
	
		
			
			|  | 34 | +    <div class="document">
 | 
	
		
			
			|  | 35 | +      <div class="documentwrapper">
 | 
	
		
			
			|  | 36 | +        <div class="bodywrapper">
 | 
	
		
			
			|  | 37 | +          <div class="body" role="main">
 | 
	
		
			
			|  | 38 | +            
 | 
	
		
			
			|  | 39 | +  <div class="section" id="searx-admin-interface-manage-your-instance-from-your-browser">
 | 
	
		
			
			|  | 40 | +<h1>Searx admin interface: manage your instance from your browser<a class="headerlink" href="#searx-admin-interface-manage-your-instance-from-your-browser" title="Permalink to this headline">¶</a></h1>
 | 
	
		
			
			|  | 41 | +<p>One of the biggest advantages of searx is being extremely customizable. But at first it can be daunting to newcomers.
 | 
	
		
			
			|  | 42 | +A barrier of taking advantage of this feature is our ugly settings file which is sometimes hard to understand and edit.</p>
 | 
	
		
			
			|  | 43 | +<p>To make self-hosting searx more accessible a new tool is introduced, called <code class="docutils literal"><span class="pre">searx-admin</span></code>.
 | 
	
		
			
			|  | 44 | +It is a web application which is capable of managing your instance and manipulating its settings via a web UI.
 | 
	
		
			
			|  | 45 | +It aims to replace editing of <code class="docutils literal"><span class="pre">settings.yml</span></code> for less experienced administrators or people
 | 
	
		
			
			|  | 46 | +who prefer graphical admin interfaces.</p>
 | 
	
		
			
			|  | 47 | +<div class="align-center figure" id="id1">
 | 
	
		
			
			|  | 48 | +<a class="reference internal image-reference" href="../_images/searx-admin-engines.png"><img alt="Screenshot of engine list" src="../_images/searx-admin-engines.png" style="width: 682.0px; height: 352.5px;" /></a>
 | 
	
		
			
			|  | 49 | +<p class="caption"><span class="caption-text">Configuration page of engines</span></p>
 | 
	
		
			
			|  | 50 | +</div>
 | 
	
		
			
			|  | 51 | +<p>Since <code class="docutils literal"><span class="pre">searx-admin</span></code> acts as a supervisor for searx, we have decided to implement it
 | 
	
		
			
			|  | 52 | +as a standalone tool instead of part of searx. Another reason for making it a standalone
 | 
	
		
			
			|  | 53 | +tool is that the codebase and dependencies of searx should not grow because of a fully optional feature,
 | 
	
		
			
			|  | 54 | +which does not affect existing instances.</p>
 | 
	
		
			
			|  | 55 | +<div class="section" id="installation">
 | 
	
		
			
			|  | 56 | +<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
 | 
	
		
			
			|  | 57 | +<p>Installation guide can be found in the repository of searx-admin:
 | 
	
		
			
			|  | 58 | +<a class="reference external" href="https://github.com/kvch/searx-admin#installation--usage">https://github.com/kvch/searx-admin#installation–usage</a></p>
 | 
	
		
			
			|  | 59 | +</div>
 | 
	
		
			
			|  | 60 | +<div class="section" id="acknowledgements">
 | 
	
		
			
			|  | 61 | +<h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permalink to this headline">¶</a></h2>
 | 
	
		
			
			|  | 62 | +<p>This development was sponsored by <a class="reference external" href="https://nlnet.nl/">NLnet Foundation</a>.</p>
 | 
	
		
			
			|  | 63 | +<div class="line-block">
 | 
	
		
			
			|  | 64 | +<div class="line">Happy hacking.</div>
 | 
	
		
			
			|  | 65 | +<div class="line">kvch // 2017.08.22 21:25</div>
 | 
	
		
			
			|  | 66 | +</div>
 | 
	
		
			
			|  | 67 | +</div>
 | 
	
		
			
			|  | 68 | +</div>
 | 
	
		
			
			|  | 69 | +
 | 
	
		
			
			|  | 70 | +
 | 
	
		
			
			|  | 71 | +          </div>
 | 
	
		
			
			|  | 72 | +        </div>
 | 
	
		
			
			|  | 73 | +      </div>
 | 
	
		
			
			|  | 74 | +      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
 | 
	
		
			
			|  | 75 | +        <div class="sphinxsidebarwrapper"><div class="sidebar_container body">
 | 
	
		
			
			|  | 76 | +<h1>Searx</h1>
 | 
	
		
			
			|  | 77 | +<ul>
 | 
	
		
			
			|  | 78 | +    <li><a href="../index.html">Home</a></li>
 | 
	
		
			
			|  | 79 | +    <li><a href="https://github.com/asciimoo/searx">Source</a></li>
 | 
	
		
			
			|  | 80 | +    <li><a href="blog.html">Blog</a></li>
 | 
	
		
			
			|  | 81 | +    <li><a href="https://github.com/asciimoo/searx/wiki">Wiki</a></li>
 | 
	
		
			
			|  | 82 | +    <li><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Public instances</a></li>
 | 
	
		
			
			|  | 83 | +</ul>
 | 
	
		
			
			|  | 84 | +<hr />
 | 
	
		
			
			|  | 85 | +<ul>
 | 
	
		
			
			|  | 86 | +    <li><a href="https://twitter.com/Searx_engine">Twitter</a></li>
 | 
	
		
			
			|  | 87 | +    <li><a href="https://flattr.com/submit/auto?user_id=asciimoo&url=https://github.com/asciimoo/searx&title=searx&language=&tags=github&category=software">Flattr</a></li>
 | 
	
		
			
			|  | 88 | +    <li><a href="https://gratipay.com/searx">Gratipay</a></li>
 | 
	
		
			
			|  | 89 | +</ul>
 | 
	
		
			
			|  | 90 | +</div>
 | 
	
		
			
			|  | 91 | +        </div>
 | 
	
		
			
			|  | 92 | +      </div>
 | 
	
		
			
			|  | 93 | +      <div class="clearer"></div>
 | 
	
		
			
			|  | 94 | +    </div>
 | 
	
		
			
			|  | 95 | +    <div class="footer">
 | 
	
		
			
			|  | 96 | +      © Copyright 2015-2017, Adam Tauber.
 | 
	
		
			
			|  | 97 | +    </div>
 | 
	
		
			
			|  | 98 | +  </body>
 | 
	
		
			
			|  | 99 | +</html>
 |