123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>Searx admin interface: manage your instance from your browser &#8212; searx 0.12.0 documentation</title>
  8. <link rel="stylesheet" href="../_static/style.css" type="text/css" />
  9. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  10. <script type="text/javascript" src="../_static/documentation_options.js"></script>
  11. <script type="text/javascript" src="../_static/jquery.js"></script>
  12. <script type="text/javascript" src="../_static/underscore.js"></script>
  13. <script type="text/javascript" src="../_static/doctools.js"></script>
  14. <link rel="index" title="Index" href="../genindex.html" />
  15. <link rel="search" title="Search" href="../search.html" />
  16. <link media="only screen and (max-device-width: 480px)" href="../_static/small_flask.css" type= "text/css" rel="stylesheet" />
  17. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
  18. </head><body>
  19. <div class="document">
  20. <div class="documentwrapper">
  21. <div class="bodywrapper">
  22. <div class="body" role="main">
  23. <div class="section" id="searx-admin-interface-manage-your-instance-from-your-browser">
  24. <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>
  25. <p>One of the biggest advantages of searx is being extremely customizable. But at first it can be daunting to newcomers.
  26. A barrier of taking advantage of this feature is our ugly settings file which is sometimes hard to understand and edit.</p>
  27. <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>.
  28. It is a web application which is capable of managing your instance and manipulating its settings via a web UI.
  29. It aims to replace editing of <code class="docutils literal notranslate"><span class="pre">settings.yml</span></code> for less experienced administrators or people
  30. who prefer graphical admin interfaces.</p>
  31. <div class="align-center figure" id="id1">
  32. <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>
  33. <p class="caption"><span class="caption-text">Configuration page of engines</span></p>
  34. </div>
  35. <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
  36. as a standalone tool instead of part of searx. Another reason for making it a standalone
  37. tool is that the codebase and dependencies of searx should not grow because of a fully optional feature,
  38. which does not affect existing instances.</p>
  39. <div class="section" id="installation">
  40. <h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
  41. <p>Installation guide can be found in the repository of searx-admin:
  42. <a class="reference external" href="https://github.com/kvch/searx-admin#installation--usage">https://github.com/kvch/searx-admin#installation–usage</a></p>
  43. </div>
  44. <div class="section" id="acknowledgements">
  45. <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permalink to this headline">¶</a></h2>
  46. <p>This development was sponsored by <a class="reference external" href="https://nlnet.nl/">NLnet Foundation</a>.</p>
  47. <div class="line-block">
  48. <div class="line">Happy hacking.</div>
  49. <div class="line">kvch // 2017.08.22 21:25</div>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  57. <div class="sphinxsidebarwrapper">
  58. <h3><a href="../index.html">Table Of Contents</a></h3>
  59. <ul>
  60. <li><a class="reference internal" href="#">Searx admin interface: manage your instance from your browser</a><ul>
  61. <li><a class="reference internal" href="#installation">Installation</a></li>
  62. <li><a class="reference internal" href="#acknowledgements">Acknowledgements</a></li>
  63. </ul>
  64. </li>
  65. </ul>
  66. <div class="sidebar_container body">
  67. <h1>Searx</h1>
  68. <ul>
  69. <li><a href="../index.html">Home</a></li>
  70. <li><a href="https://github.com/asciimoo/searx">Source</a></li>
  71. <li><a href="blog.html">Blog</a></li>
  72. <li><a href="https://github.com/asciimoo/searx/wiki">Wiki</a></li>
  73. <li><a href="https://github.com/asciimoo/searx/wiki/Searx-instances">Public instances</a></li>
  74. </ul>
  75. <hr />
  76. <ul>
  77. <li><a href="https://twitter.com/Searx_engine">Twitter</a></li>
  78. </ul>
  79. </div>
  80. <div role="note" aria-label="source link">
  81. <h3>This Page</h3>
  82. <ul class="this-page-menu">
  83. <li><a href="../_sources/blog/admin.rst.txt"
  84. rel="nofollow">Show Source</a></li>
  85. </ul>
  86. </div>
  87. <div id="searchbox" style="display: none" role="search">
  88. <h3>Quick search</h3>
  89. <div class="searchformwrapper">
  90. <form class="search" action="../search.html" method="get">
  91. <input type="text" name="q" />
  92. <input type="submit" value="Go" />
  93. <input type="hidden" name="check_keywords" value="yes" />
  94. <input type="hidden" name="area" value="default" />
  95. </form>
  96. </div>
  97. </div>
  98. <script type="text/javascript">$('#searchbox').show(0);</script>
  99. </div>
  100. </div>
  101. <div class="clearer"></div>
  102. </div>
  103. <div class="footer">
  104. &copy; Copyright 2015-2017, Adam Tauber.
  105. </div>
  106. </body>
  107. </html>