Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

157 righe
5.7 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: jp\n"
  17. "Language-Team: jp <LL@li.org>\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.16.0\n"
  22. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:1
  23. msgid "Enabling synapse-usage-exporter for Synapse usage statistics (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:3
  26. msgid ""
  27. "[synapse-usage-exporter](https://github.com/loelkes/synapse-usage-"
  28. "exporter) allows you to export the usage statistics of a Synapse "
  29. "homeserver to this container service and for the collected metrics to "
  30. "later be scraped by Prometheus."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:5
  33. msgid ""
  34. "Synapse does not include usage statistics in its Prometheus metrics. They"
  35. " can be reported to an HTTP `PUT` endpoint 5 minutes after startup and "
  36. "from then on at a fixed interval of once every three hours. This role "
  37. "integrates a simple [Flask](https://flask.palletsprojects.com) project "
  38. "that offers an HTTP `PUT` endpoint and holds the most recent received "
  39. "record available to be scraped by Prometheus."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:7
  42. msgid "Enabling this service will automatically:"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:9
  45. msgid "install the synapse-usage-exporter service"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:10
  48. msgid ""
  49. "re-configure Synapse to push (via HTTP `PUT`) usage statistics "
  50. "information to synapse-usage-exporter"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:11
  53. msgid ""
  54. "re-configure [Prometheus](./configuring-playbook-prometheus-grafana.md) "
  55. "(if Prometheus is enabled), to periodically scrape metrics from synapse-"
  56. "usage-exporter"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:12
  59. msgid ""
  60. "add a new [Grafana](./configuring-playbook-prometheus-grafana.md) "
  61. "dashboard (if Grafana is enabled) containing Synapse usage statistics"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:14
  64. msgid "Adjusting the playbook configuration"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:16
  67. msgid ""
  68. "To enable synapse-usage-exporter, add the following configuration to your"
  69. " `inventory/host_vars/matrix.example.com/vars.yml` file:"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:28
  72. msgid "Adjusting the synapse-usage-exporter URL"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:30
  75. msgid ""
  76. "By default, this playbook installs synapse-usage-exporter on the "
  77. "`matrix.` subdomain, at the `/report-usage-stats/push` path "
  78. "(https://matrix.example.com/report-usage-stats/push). This makes it easy "
  79. "to install it, because it **doesn't require additional DNS records to be "
  80. "set up**. If that's okay, you can skip this section."
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:32
  83. msgid ""
  84. "By tweaking the `matrix_synapse_usage_exporter_hostname` and "
  85. "`matrix_synapse_usage_exporter_path_prefix` variables, you can easily "
  86. "make the service available at a **different hostname and/or path** than "
  87. "the default one."
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:34
  90. msgid ""
  91. "Example additional configuration for your "
  92. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:43
  95. msgid "Adjusting DNS records"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:45
  98. msgid ""
  99. "If you've changed the default hostname, **you may need to adjust your "
  100. "DNS** records to point the synapse-usage-exporter domain to the Matrix "
  101. "server."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:47
  104. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:49
  107. msgid ""
  108. "If you've decided to use the default hostname, you won't need to do any "
  109. "extra DNS configuration."
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:51
  112. msgid "Installing"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:53
  115. msgid ""
  116. "After configuring the playbook and potentially [adjusting your DNS "
  117. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  118. "](playbook-tags.md) as below:"
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:60
  121. msgid ""
  122. "The shortcut commands with the [`just` program](just.md) are also "
  123. "available: `just install-all` or `just setup-all`"
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-synapse-usage-exporter.md:62
  126. msgid ""
  127. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  128. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  129. "runtime) than `just setup-all`) when its components remain unchanged. If "
  130. "you adjust your `vars.yml` to remove other components, you'd need to run "
  131. "`just setup-all`, or these components will still remain installed. Note "
  132. "these shortcuts run the `ensure-matrix-users-created` tag too."
  133. msgstr ""