Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

178 line
6.4 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2024-12-16 12:05+0900\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: bg\n"
  17. "Language-Team: bg <LL@li.org>\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Generated-By: Babel 2.16.0\n"
  23. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:1
  24. msgid "Enabling metrics and graphs for NginX logs (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:3
  27. msgid ""
  28. "It can be useful to have some (visual) insight into "
  29. "[nginx](https://nginx.org/) logs."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:5
  32. msgid ""
  33. "This adds [prometheus-nginxlog-exporter](https://github.com/martin-"
  34. "helmich/prometheus-nginxlog-exporter/) to your Matrix deployment."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:7
  37. msgid ""
  38. "It will collect access logs from various nginx reverse-proxies which may "
  39. "be used internally (e.g. `matrix-synapse-reverse-proxy-companion`, if "
  40. "Synapse workers are enabled) and will make them available at a "
  41. "Prometheus-compatible `/metrics` endpoint."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:9
  44. msgid ""
  45. "**Note**: nginx is only used internally by this Ansible playbook. With "
  46. "Traefik being our default reverse-proxy, collecting nginx metrics is less"
  47. " relevant."
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:11
  50. msgid ""
  51. "To make use of this, you need to install [Prometheus](./configuring-"
  52. "playbook-prometheus-grafana.md) either via the playbook or externally. "
  53. "When using an external Prometheus, configuration adjustments are "
  54. "necessary - see [Save metrics on an external Prometheus server](#save-"
  55. "metrics-on-an-external-prometheus-server)."
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:13
  58. msgid ""
  59. "If your setup includes [Grafana](./configuring-playbook-prometheus-"
  60. "grafana.md), a dedicated `NGINX PROXY` Grafana dashboard will be created."
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:15
  63. msgid "Configuration"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:17
  66. msgid ""
  67. "Add the following configuration to your "
  68. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:23
  71. msgid "Installing"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:25
  74. msgid ""
  75. "After configuring the playbook, run it with [playbook tags](playbook-"
  76. "tags.md) as below:"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:32
  79. msgid ""
  80. "The shortcut commands with the [`just` program](just.md) are also "
  81. "available: `just install-all` or `just setup-all`"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:34
  84. msgid ""
  85. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  86. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  87. "runtime) than `just setup-all`) when its components remain unchanged. If "
  88. "you adjust your `vars.yml` to remove other components, you'd need to run "
  89. "`just setup-all`, or these components will still remain installed. Note "
  90. "these shortcuts run the `ensure-matrix-users-created` tag too."
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:36
  93. msgid "Docker Image Compatibility"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:38
  96. msgid ""
  97. "At the moment of writing only images for `amd64` and `arm64` "
  98. "architectures are available. The playbook currently does not support "
  99. "[self-building](./self-building.md) a container image on other "
  100. "architectures. You can however use a custom-build image by setting:"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:45
  103. msgid "Security and privacy"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:47
  106. msgid ""
  107. "Metrics and resulting graphs can contain a lot of information. NginX logs"
  108. " contain information like IP address, URLs, UserAgents and more. This "
  109. "information can reveal usage patterns and could be considered Personally "
  110. "Identifiable Information (PII). Think about this before enabling "
  111. "(anonymous) access. Please make sure you change the default Grafana "
  112. "password."
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:49
  115. msgid "Save metrics on an external Prometheus server"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:51
  118. msgid ""
  119. "The playbook will automatically integrate the metrics into the "
  120. "[Prometheus](./configuring-playbook-prometheus-grafana.md) server "
  121. "provided with this playbook (if enabled). In such cases, the metrics "
  122. "endpoint is not exposed publicly - it's only available on the container "
  123. "network."
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:53
  126. msgid ""
  127. "When using an external Prometheus server, you'll need to expose metrics "
  128. "publicly. See [Collecting metrics to an external Prometheus server"
  129. "](./configuring-playbook-prometheus-grafana.md#collecting-metrics-to-an-"
  130. "external-prometheus-server)."
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:55
  133. msgid ""
  134. "You can either use "
  135. "`matrix_prometheus_nginxlog_exporter_metrics_proxying_enabled: true` to "
  136. "expose just this one service, or `matrix_metrics_exposure_enabled: true` "
  137. "to expose all services."
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:57
  140. msgid ""
  141. "Whichever way you go with, this service will expose its metrics endpoint "
  142. "**without password-protection** at "
  143. "`https://matrix.example.com/metrics/nginxlog` by default."
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-prometheus-nginxlog.md:59
  146. msgid ""
  147. "For password-protection, use "
  148. "(`matrix_metrics_exposure_http_basic_auth_enabled` and "
  149. "`matrix_metrics_exposure_http_basic_auth_users`) or "
  150. "(`matrix_prometheus_nginxlog_exporter_container_labels_metrics_middleware_basic_auth_enabled`"
  151. " and "
  152. "`matrix_prometheus_nginxlog_exporter_container_labels_metrics_middleware_basic_auth_users`)."
  153. msgstr ""