README.rst 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .. SPDX-License-Identifier: AGPL-3.0-or-later
  2. ----
  3. .. figure:: https://raw.githubusercontent.com/searxng/searxng/master/src/brand/searxng.svg
  4. :target: https://docs.searxng.org/
  5. :alt: SearXNG
  6. :width: 100%
  7. :align: center
  8. ----
  9. Privacy-respecting, hackable `metasearch engine`_
  10. Searx.space_ lists ready-to-use running instances.
  11. A user_, admin_ and developer_ handbook is available on the homepage_.
  12. |SearXNG install|
  13. |SearXNG homepage|
  14. |SearXNG wiki|
  15. |AGPL License|
  16. |Issues|
  17. |commits|
  18. |weblate|
  19. |SearXNG logo|
  20. ----
  21. .. _searx.space: https://searx.space
  22. .. _user: https://docs.searxng.org/user
  23. .. _admin: https://docs.searxng.org/admin
  24. .. _developer: https://docs.searxng.org/dev
  25. .. _homepage: https://docs.searxng.org/
  26. .. _metasearch engine: https://en.wikipedia.org/wiki/Metasearch_engine
  27. .. |SearXNG logo| image:: https://raw.githubusercontent.com/searxng/searxng/master/src/brand/searxng-wordmark.svg
  28. :target: https://docs.searxng.org/
  29. :width: 5%
  30. .. |SearXNG install| image:: https://img.shields.io/badge/-install-blue
  31. :target: https://docs.searxng.org/admin/installation.html
  32. .. |SearXNG homepage| image:: https://img.shields.io/badge/-homepage-blue
  33. :target: https://docs.searxng.org/
  34. .. |SearXNG wiki| image:: https://img.shields.io/badge/-wiki-blue
  35. :target: https://github.com/searxng/searxng/wiki
  36. .. |AGPL License| image:: https://img.shields.io/badge/license-AGPL-blue.svg
  37. :target: https://github.com/searxng/searxng/blob/master/LICENSE
  38. .. |Issues| image:: https://img.shields.io/github/issues/searxng/searxng?color=yellow&label=issues
  39. :target: https://github.com/searxng/searxng/issues
  40. .. |PR| image:: https://img.shields.io/github/issues-pr-raw/searxng/searxng?color=yellow&label=PR
  41. :target: https://github.com/searxng/searxng/pulls
  42. .. |commits| image:: https://img.shields.io/github/commit-activity/y/searxng/searxng?color=yellow&label=commits
  43. :target: https://github.com/searxng/searxng/commits/master
  44. .. |weblate| image:: https://translate.codeberg.org/widgets/searxng/-/searxng/svg-badge.svg
  45. :target: https://translate.codeberg.org/projects/searxng/
  46. Contact
  47. =======
  48. Ask questions or chat with the SearXNG community (this not a chatbot) on
  49. IRC
  50. `#searxng on libera.chat <https://web.libera.chat/?channel=#searxng>`_
  51. which is bridged to Matrix.
  52. Matrix
  53. `#searxng:matrix.org <https://matrix.to/#/#searxng:matrix.org>`_
  54. Setup
  55. =====
  56. - A well maintained `Docker image`_, also built for ARM64 and ARM/v7
  57. architectures.
  58. - Alternatively there are *up to date* `installation scripts`_.
  59. - For individual setup consult our detailed `Step by step`_ instructions.
  60. - To fine-tune your instance, take a look at the `Administrator documentation`_.
  61. .. _Administrator documentation: https://docs.searxng.org/admin/index.html
  62. .. _Step by step: https://docs.searxng.org/admin/installation-searxng.html
  63. .. _installation scripts: https://docs.searxng.org/admin/installation-scripts.html
  64. .. _Docker image: https://github.com/searxng/searxng-docker
  65. Translations
  66. ============
  67. .. _Weblate: https://translate.codeberg.org/projects/searxng/searxng/
  68. Help translate SearXNG at `Weblate`_
  69. .. figure:: https://translate.codeberg.org/widgets/searxng/-/multi-auto.svg
  70. :target: https://translate.codeberg.org/projects/searxng/
  71. Contributing
  72. ============
  73. .. _development quickstart: https://docs.searxng.org/dev/quickstart.html
  74. .. _developer documentation: https://docs.searxng.org/dev/index.html
  75. Are you a developer? Have a look at our `development quickstart`_ guide, it's
  76. very easy to contribute. Additionally we have a `developer documentation`_.
  77. Codespaces
  78. ==========
  79. You can contribute from your browser using `GitHub Codespaces`_:
  80. - Fork the repository
  81. - Click on the ``<> Code`` green button
  82. - Click on the ``Codespaces`` tab instead of ``Local``
  83. - Click on ``Create codespace on master``
  84. - VSCode is going to start in the browser
  85. - Wait for ``git pull && make install`` to appear and then disappear
  86. - You have `120 hours per month`_ (see also your `list of existing Codespaces`_)
  87. - You can start SearXNG using ``make run`` in the terminal or by pressing ``Ctrl+Shift+B``
  88. .. _GitHub Codespaces: https://docs.github.com/en/codespaces/overview
  89. .. _120 hours per month: https://github.com/settings/billing
  90. .. _list of existing Codespaces: https://github.com/codespaces