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.
 
 

147 lines
4.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: 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-rageshake.md:1
  24. msgid "Setting up the rageshake bug report server (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-rageshake.md:3
  27. msgid ""
  28. "The playbook can install and configure the [rageshake](https://github.com"
  29. "/matrix-org/rageshake) bug report server for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-rageshake.md:5
  32. msgid ""
  33. "This is useful if you're developing your own applications and would like "
  34. "to collect bug reports for them."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-rageshake.md:7
  37. msgid "Adjusting the playbook configuration"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-rageshake.md:9
  40. msgid ""
  41. "To enable rageshake, add the following configuration to your "
  42. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-rageshake.md:15
  45. msgid ""
  46. "rageshake has various options which don't have dedicated Ansible "
  47. "variables. You can see the full list of options in the "
  48. "[`rageshake.sample.yaml` file](https://github.com/matrix-"
  49. "org/rageshake/blob/master/rageshake.sample.yaml)."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-rageshake.md:17
  52. msgid ""
  53. "To set these, you can make use of the "
  54. "`matrix_rageshake_configuration_extension_yaml` variable like this:"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-rageshake.md:27
  57. msgid "Adjusting the rageshake URL"
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-rageshake.md:29
  60. msgid ""
  61. "By default, this playbook installs rageshake on the `rageshake.` "
  62. "subdomain (`rageshake.example.com`) and requires you to [adjust your DNS "
  63. "records](#adjusting-dns-records)."
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-rageshake.md:31
  66. msgid ""
  67. "By tweaking the `matrix_rageshake_hostname` and "
  68. "`matrix_rageshake_path_prefix` variables, you can easily make the service"
  69. " available at a **different hostname and/or path** than the default one."
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-rageshake.md:33
  72. msgid ""
  73. "Example additional configuration for your "
  74. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-rageshake.md:44
  77. msgid "Adjusting DNS records"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-rageshake.md:46
  80. msgid ""
  81. "Once you've decided on the domain and path, **you may need to adjust your"
  82. " DNS** records to point the rageshake domain to the Matrix server."
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-rageshake.md:48
  85. msgid ""
  86. "By default, you will need to create a CNAME record for `rageshake`. See "
  87. "[Configuring DNS](configuring-dns.md) for details about DNS changes."
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-rageshake.md:50
  90. msgid ""
  91. "If you've decided to reuse the `matrix.` domain, you won't need to do any"
  92. " extra DNS configuration."
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-rageshake.md:52
  95. msgid "Installing"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-rageshake.md:54
  98. msgid ""
  99. "After configuring the playbook and potentially [adjusting your DNS "
  100. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  101. "](playbook-tags.md) as below:"
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-rageshake.md:61
  104. msgid ""
  105. "The shortcut commands with the [`just` program](just.md) are also "
  106. "available: `just install-all` or `just setup-all`"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-rageshake.md:63
  109. msgid ""
  110. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  111. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  112. "runtime) than `just setup-all`) when its components remain unchanged. If "
  113. "you adjust your `vars.yml` to remove other components, you'd need to run "
  114. "`just setup-all`, or these components will still remain installed. Note "
  115. "these shortcuts run the `ensure-matrix-users-created` tag too."
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-rageshake.md:65
  118. msgid "Usage"
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-rageshake.md:67
  121. msgid ""
  122. "Refer to the [rageshake documentation](https://github.com/matrix-"
  123. "org/rageshake) for available APIs, etc."
  124. msgstr ""