diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2019-12-28 13:55:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-28 13:55:20 +0100 |
| commit | f6d66c0f6f1d8f1f583d9000ee0123450cce8130 (patch) | |
| tree | 74c5ca5d49c9b62508d9a68addfe45a409e9f39e /docs/admin/architecture.rst | |
| parent | a52a638ba88466c587fd8afa744434711b1e4822 (diff) | |
| parent | b91e07bbf156241f6236b7e26d389e10e37553a3 (diff) | |
Merge pull request #1776 from return42/makefile-doc
doc: describe Makefile targets & add reST primer
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. |