admin.html 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Searx admin interface &#8212; Searx Documentation (Searx-1.1.0.tex)</title>
  8. <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
  9. <link rel="stylesheet" type="text/css" href="../_static/searx.css" />
  10. <link rel="stylesheet" type="text/css" href="../_static/tabs.css" />
  11. <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
  12. <script src="../_static/jquery.js"></script>
  13. <script src="../_static/underscore.js"></script>
  14. <script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
  15. <script src="../_static/doctools.js"></script>
  16. <script src="../_static/sphinx_highlight.js"></script>
  17. <link rel="index" title="Index" href="../genindex.html" />
  18. <link rel="search" title="Search" href="../search.html" />
  19. <link rel="next" title="Introducing Python 3 support" href="python3.html" />
  20. <link rel="prev" title="Preparation for offline engines" href="intro-offline.html" />
  21. </head><body>
  22. <div class="related" role="navigation" aria-label="related navigation">
  23. <h3>Navigation</h3>
  24. <ul>
  25. <li class="right" style="margin-right: 10px">
  26. <a href="../genindex.html" title="General Index"
  27. accesskey="I">index</a></li>
  28. <li class="right" >
  29. <a href="../py-modindex.html" title="Python Module Index"
  30. >modules</a> |</li>
  31. <li class="right" >
  32. <a href="python3.html" title="Introducing Python 3 support"
  33. accesskey="N">next</a> |</li>
  34. <li class="right" >
  35. <a href="intro-offline.html" title="Preparation for offline engines"
  36. accesskey="P">previous</a> |</li>
  37. <li class="nav-item nav-item-0"><a href="../index.html">Searx Documentation (Searx-1.1.0.tex)</a> &#187;</li>
  38. <li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Blog</a> &#187;</li>
  39. <li class="nav-item nav-item-this"><a href="">Searx admin interface</a></li>
  40. </ul>
  41. </div>
  42. <div class="document">
  43. <div class="documentwrapper">
  44. <div class="bodywrapper">
  45. <div class="body" role="main">
  46. <section id="searx-admin-interface">
  47. <h1>Searx admin interface<a class="headerlink" href="#searx-admin-interface" title="Permalink to this heading">¶</a></h1>
  48. <blockquote>
  49. <div><p>manage your instance from your browser</p>
  50. </div></blockquote>
  51. <aside class="sidebar">
  52. <p class="sidebar-title">Installation</p>
  53. <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>
  54. </aside>
  55. <p>One of the biggest advantages of searx is being extremely customizable. But at
  56. first it can be daunting to newcomers. A barrier of taking advantage of this
  57. feature is our ugly settings file which is sometimes hard to understand and
  58. edit.</p>
  59. <p>To make self-hosting searx more accessible a new tool is introduced, called
  60. <code class="docutils literal notranslate"><span class="pre">searx-admin</span></code>. It is a web application which is capable of managing your
  61. instance and manipulating its settings via a web UI. It aims to replace editing
  62. of <code class="docutils literal notranslate"><span class="pre">settings.yml</span></code> for less experienced administrators or people who prefer
  63. graphical admin interfaces.</p>
  64. <figure class="align-default" id="id1">
  65. <img alt="Screenshot of engine list" src="../_images/searx-admin-engines.png" />
  66. <figcaption>
  67. <p><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>
  68. </figcaption>
  69. </figure>
  70. <p>Since <code class="docutils literal notranslate"><span class="pre">searx-admin</span></code> acts as a supervisor for searx, we have decided to
  71. implement it as a standalone tool instead of part of searx. Another reason for
  72. making it a standalone tool is that the codebase and dependencies of searx
  73. should not grow because of a fully optional feature, which does not affect
  74. existing instances.</p>
  75. <section id="acknowledgements">
  76. <h2>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permalink to this heading">¶</a></h2>
  77. <p>This development was sponsored by <a class="reference external" href="https://nlnet.nl/">NLnet Foundation</a>.</p>
  78. <div class="line-block">
  79. <div class="line">Happy hacking.</div>
  80. <div class="line">kvch // 2017.08.22 21:25</div>
  81. </div>
  82. </section>
  83. </section>
  84. <div class="clearer"></div>
  85. </div>
  86. </div>
  87. </div>
  88. <span id="sidebar-top"></span>
  89. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  90. <div class="sphinxsidebarwrapper">
  91. <p class="logo"><a href="../index.html">
  92. <img class="logo" src="../_static/searx_logo_small.png" alt="Logo"/>
  93. </a></p>
  94. <h3>Project Links</h3>
  95. <ul>
  96. <li><a href="https://searx.github.io/searx/blog/index.html">Blog</a>
  97. <li><a href="https://github.com/searx/searx">Source</a>
  98. <li><a href="https://github.com/searx/searx/wiki">Wiki</a>
  99. <li><a href="https://twitter.com/Searx_engine">Twitter</a>
  100. <li><a href="https://github.com/searx/searx/issues">Issue Tracker</a>
  101. </ul><h3>Navigation</h3>
  102. <ul>
  103. <li><a href="../index.html">Overview</a>
  104. <ul>
  105. <li><a href="index.html">Blog</a>
  106. <ul>
  107. <li>Previous: <a href="intro-offline.html" title="previous chapter">Preparation for offline engines</a>
  108. <li>Next: <a href="python3.html" title="next chapter">Introducing Python 3 support</a></ul>
  109. </li>
  110. </ul>
  111. </li>
  112. </ul>
  113. <div id="searchbox" style="display: none" role="search">
  114. <h3 id="searchlabel">Quick search</h3>
  115. <div class="searchformwrapper">
  116. <form class="search" action="../search.html" method="get">
  117. <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
  118. <input type="submit" value="Go" />
  119. </form>
  120. </div>
  121. </div>
  122. <script>document.getElementById('searchbox').style.display = "block"</script>
  123. </div>
  124. </div>
  125. <div class="clearer"></div>
  126. </div>
  127. <div class="footer" role="contentinfo">
  128. &#169; Copyright 2015-2022, Adam Tauber, Noémi Ványi.
  129. Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 5.3.0.
  130. </div>
  131. <script src="../_static/version_warning_offset.js"></script>
  132. </body>
  133. </html>