diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-01-06 08:05:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-06 08:05:29 +0000 |
| commit | 1d86d0054ff29344f93943896847c12f51e1a9e0 (patch) | |
| tree | 83a1cd1d16a73f25160b7d260b38ab649236637d /docs/admin/architecture.rst | |
| parent | 70f7142824cc44afddb5704fd59e3a4194f3dc0e (diff) | |
| parent | 17b6faa4c3c1cf14a327f4a3538fc70dce08b756 (diff) | |
Merge branch 'master' into bug/oscar-theme
Diffstat (limited to 'docs/admin/architecture.rst')
| -rw-r--r-- | docs/admin/architecture.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/admin/architecture.rst b/docs/admin/architecture.rst new file mode 100644 index 000000000..7064a294b --- /dev/null +++ b/docs/admin/architecture.rst @@ -0,0 +1,24 @@ +.. _architecture: + +============ +Architecture +============ + +.. sidebar:: Needs work! + + This article needs some work / Searx is a collaborative effort. If you have + any contribution, feel welcome to send us your :pull:`PR <../pulls>`, see + :ref:`how to contribute`. + +Herein you will find some hints and suggestions about typical architectures of +searx infrastructures. + +We start with a contribution from :pull:`@dalf <1776#issuecomment-567917320>`. +It shows a *reference* setup for public searx instances. + +.. _arch public: + +.. kernel-figure:: arch_public.dot + :alt: arch_public.dot + + Reference architecture of a public searx setup. |