2019-12-30 18:31:17 +01:00
<!DOCTYPE html>
2020-06-19 11:15:15 +02:00
< html >
2019-12-30 18:31:17 +01:00
< head >
< 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" >
2020-12-14 19:16:25 +01:00
< title > Architecture — Searx Documentation (Searx-0.18.0.tex)< / title >
2019-12-30 18:31:17 +01: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 >
2019-12-30 18:31:17 +01:00
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
< link rel = "next" title = "How to protect an instance" href = "filtron.html" / >
< link rel = "prev" title = "Administration API" href = "api.html" / >
< script > DOCUMENTATION _OPTIONS . URL _ROOT = '../' ; < / script >
< / 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 = "filtron.html" title = "How to protect an instance"
accesskey="N">next< / a > |< / li >
< li class = "right" >
< a href = "api.html" title = "Administration API"
accesskey="P">previous< / a > |< / li >
2020-12-14 19:16:25 +01:00
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Searx Documentation (Searx-0.18.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" > Administrator documentation< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Architecture< / a > < / li >
2019-12-30 18:31:17 +01:00
< / ul >
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< div class = "section" id = "architecture" >
< span id = "id1" > < / span > < h1 > Architecture< a class = "headerlink" href = "#architecture" title = "Permalink to this headline" > ¶< / a > < / h1 >
< div class = "sidebar" >
2020-06-19 11:15:15 +02:00
< p class = "sidebar-title" > Further reading< / p >
< ul class = "simple" >
< li > < p > Reverse Proxy: < a class = "reference internal" href = "installation-apache.html#apache-searx-site" > < span class = "std std-ref" > Apache< / span > < / a > & < a class = "reference internal" href = "installation-nginx.html#nginx-searx-site" > < span class = "std std-ref" > nginx< / span > < / a > < / p > < / li >
< li > < p > Filtron: < a class = "reference internal" href = "filtron.html#searx-filtron" > < span class = "std std-ref" > How to protect an instance< / span > < / a > < / p > < / li >
< li > < p > Morty: < a class = "reference internal" href = "morty.html#searx-morty" > < span class = "std std-ref" > How to setup result proxy< / span > < / a > < / p > < / li >
< li > < p > uWSGI: < a class = "reference internal" href = "installation-uwsgi.html#searx-uwsgi" > < span class = "std std-ref" > uwsgi< / span > < / a > < / p > < / li >
< li > < p > Searx: < a class = "reference internal" href = "installation-searx.html#installation-basic" > < span class = "std std-ref" > Step by step installation< / span > < / a > < / p > < / li >
< / ul >
2019-12-30 18:31:17 +01:00
< / div >
< p > Herein you will find some hints and suggestions about typical architectures of
searx infrastructures.< / p >
2020-09-30 10:35:05 +02:00
< p > We start with a contribution from < a class = "reference external" href = "https://github.com/searx/searx/pull/1776#issuecomment-567917320" > @ dalf< / a > .
2020-06-19 11:15:15 +02:00
It shows a < em > reference< / em > setup for public searx instances which can build up and
2021-03-05 09:46:32 +01:00
maintained by the scripts from our < a class = "reference internal" href = "../utils/index.html#toolboxing" > < span class = "std std-ref" > Tooling box utils for administrators< / span > < / a > .< / p >
2019-12-30 18:31:17 +01:00
< div class = "figure align-default" id = "id2" >
< img alt = "arch_public.dot" src = "../_images/arch_public.svg" / > < p class = "caption" > < span class = "caption-number" > Fig. 1 < / span > < span class = "caption-text" > Reference architecture of a public searx setup.< / span > < a class = "headerlink" href = "#id2" title = "Permalink to this image" > ¶< / a > < / p >
< / div >
< / div >
2020-09-30 10:35:05 +02:00
< div class = "clearer" > < / div >
2019-12-30 18:31:17 +01:00
< / div >
< / div >
< / div >
< span id = "sidebar-top" > < / span >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< 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 >
< ul >
< li > < a href = "../index.html" > Overview< / a >
< ul >
< li > < a href = "index.html" > Administrator documentation< / a >
< ul >
< li > Previous: < a href = "api.html" title = "previous chapter" > Administration API< / a >
< li > Next: < a href = "filtron.html" title = "next chapter" > How to protect an instance< / a > < / ul >
< / li >
< / ul >
< / li >
< / ul >
< 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 >
< / div >
2020-02-15 10:08:58 +01:00
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
2019-12-30 18:31:17 +01:00
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" role = "contentinfo" >
2020-02-20 19:32:55 +01:00
© Copyright 2015-2020, Adam Tauber, Noémi Ványi.
2021-03-12 20:22:18 +01:00
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 3.5.2.
2019-12-30 18:31:17 +01: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
< / body >
< / html >