admin.html 4.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Searx admin interface: manage your instance from your browser &#8212; searx 0.12.0 documentation</title>
  7. <link rel="stylesheet" href="../_static/style.css" type="text/css" />
  8. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '../',
  12. VERSION: '0.12.0',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true,
  16. SOURCELINK_SUFFIX: '.txt'
  17. };
  18. </script>
  19. <script type="text/javascript" src="../_static/jquery.js"></script>
  20. <script type="text/javascript" src="../_static/underscore.js"></script>
  21. <script type="text/javascript" src="../_static/doctools.js"></script>
  22. <link rel="index" title="Index" href="../genindex.html" />
  23. <link rel="search" title="Search" href="../search.html" />
  24. <link media="only screen and (max-device-width: 480px)" href="../_static/small_flask.css" type= "text/css" rel="stylesheet" />
  25. <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
  26. </head>
  27. <body>
  28. <div class="document">
  29. <div class="documentwrapper">
  30. <div class="bodywrapper">
  31. <div class="body" role="main">
  32. <div class="section" id="searx-admin-interface-manage-your-instance-from-your-browser">
  33. <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>
  34. <p>One of the biggest advantages of searx is being extremely customizable. But at first it can be daunting to newcomers.
  35. A barrier of taking advantage of this feature is our ugly settings file which is sometimes hard to understand and edit.</p>
  36. <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>.
  37. It is a web application which is capable of managing your instance and manipulating its settings via a web UI.
  38. It aims to replace editing of <code class="docutils literal"><span class="pre">settings.yml</span></code> for less experienced administrators or people
  39. who prefer graphical admin interfaces.</p>
  40. <div class="align-center figure" id="id1">
  41. <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>
  42. <p class="caption"><span class="caption-text">Configuration page of engines</span></p>
  43. </div>
  44. <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
  45. as a standalone tool instead of part of searx. Another reason for making it a standalone
  46. tool is that the codebase and dependencies of searx should not grow because of a fully optional feature,
  47. which does not affect existing instances.</p>
  48. <div class="section" id="installation">
  49. <h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
  50. <p>Installation guide can be found in the repository of searx-admin:
  51. <a class="reference external" href="https://github.com/kvch/searx-admin#installation--usage">https://github.com/kvch/searx-admin#installation–usage</a></p>
  52. </div>
  53. <div class="section" id="acknowledgements">
  54. <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permalink to this headline">¶</a></h2>
  55. <p>This development was sponsored by <a class="reference external" href="https://nlnet.nl/">NLnet Foundation</a>.</p>
  56. <div class="line-block">
  57. <div class="line">Happy hacking.</div>
  58. <div class="line">kvch // 2017.08.22 21:25</div>
  59. </div>
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  66. <div class="sphinxsidebarwrapper"><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>
  81. </div>
  82. <div class="clearer"></div>
  83. </div>
  84. <div class="footer">
  85. &copy; Copyright 2015-2017, Adam Tauber.
  86. </div>
  87. </body>
  88. </html>