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.
 
 
 

220 line
7.5 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-matrix-registration.md:1
  24. msgid "Setting up matrix-registration (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-matrix-registration.md:3
  27. msgid ""
  28. "The playbook can install and configure [matrix-"
  29. "registration](https://github.com/ZerataX/matrix-registration) for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-matrix-registration.md:5
  32. msgid ""
  33. "**WARNING**: this is a poorly maintained and buggy project. It's better "
  34. "to avoid using it."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-matrix-registration.md:7
  37. msgid ""
  38. "**WARNING**: this is not related to [matrix-registration-bot"
  39. "](configuring-playbook-bot-matrix-registration-bot.md)"
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-matrix-registration.md:9
  42. msgid ""
  43. "matrix-registration is a simple python application to have a token based "
  44. "Matrix registration."
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-matrix-registration.md:11
  47. msgid ""
  48. "Use matrix-registration to **create unique registration links**, which "
  49. "people can use to register on your Matrix server. It allows you to **keep"
  50. " your server's registration closed (private)**, but still allow certain "
  51. "people (these having a special link) to register a user account."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-matrix-registration.md:13
  54. msgid "**matrix-registration** provides 2 things:"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-matrix-registration.md:15
  57. msgid ""
  58. "**an API for creating registration tokens** (unique registration links). "
  59. "This API can be used via `curl` or via the playbook (see [Usage](#usage) "
  60. "below)"
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-matrix-registration.md:17
  63. msgid ""
  64. "**a user registration page**, where people can use these registration "
  65. "tokens. By default, exposed at `https://matrix.example.com/matrix-"
  66. "registration`"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-matrix-registration.md:19
  69. msgid "Adjusting the playbook configuration"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-matrix-registration.md:21
  72. msgid ""
  73. "To enable matrix-registration, add the following configuration to your "
  74. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-matrix-registration.md:30
  77. msgid "Adjusting the matrix-registration URL"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-matrix-registration.md:32
  80. msgid ""
  81. "By default, this playbook installs the matrix-registration on the "
  82. "`matrix.` subdomain, at the `/matrix-registration` path "
  83. "(https://matrix.example.com/matrix-registration). This makes it easy to "
  84. "install it, because it **doesn't require additional DNS records to be set"
  85. " up**. If that's okay, you can skip this section."
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-matrix-registration.md:34
  88. msgid ""
  89. "By tweaking the `matrix_registration_hostname` and "
  90. "`matrix_registration_path_prefix` variables, you can easily make the "
  91. "service available at a **different hostname and/or path** than the "
  92. "default one."
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-matrix-registration.md:36
  95. msgid ""
  96. "Example additional configuration for your "
  97. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-matrix-registration.md:44
  100. msgid "Adjusting DNS records"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-matrix-registration.md:46
  103. msgid ""
  104. "If you've changed the default hostname, **you may need to adjust your "
  105. "DNS** records to point the matrix-registration domain to the Matrix "
  106. "server."
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-matrix-registration.md:48
  109. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-matrix-registration.md:50
  112. msgid ""
  113. "If you've decided to use the default hostname, you won't need to do any "
  114. "extra DNS configuration."
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-matrix-registration.md:52
  117. msgid "Installing"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-matrix-registration.md:54
  120. msgid ""
  121. "After configuring the playbook and potentially [adjusting your DNS "
  122. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  123. "](playbook-tags.md) as below:"
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-matrix-registration.md:61
  126. msgid ""
  127. "The shortcut commands with the [`just` program](just.md) are also "
  128. "available: `just install-all` or `just setup-all`"
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook-matrix-registration.md:63
  131. msgid ""
  132. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  133. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  134. "runtime) than `just setup-all`) when its components remain unchanged. If "
  135. "you adjust your `vars.yml` to remove other components, you'd need to run "
  136. "`just setup-all`, or these components will still remain installed. Note "
  137. "these shortcuts run the `ensure-matrix-users-created` tag too."
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-matrix-registration.md:65
  140. msgid "Usage"
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-matrix-registration.md:67
  143. msgid ""
  144. "**matrix-registration** gets exposed at `https://matrix.example.com"
  145. "/matrix-registration`"
  146. msgstr ""
  147. #: ../../../docs/configuring-playbook-matrix-registration.md:69
  148. msgid ""
  149. "It provides various [APIs](https://github.com/ZerataX/matrix-"
  150. "registration/wiki/api) - for creating registration tokens, listing "
  151. "tokens, disabling tokens, etc. To make use of all of its capabilities, "
  152. "consider using `curl`."
  153. msgstr ""
  154. #: ../../../docs/configuring-playbook-matrix-registration.md:71
  155. msgid "We make the most common APIs easy to use via the playbook (see below)."
  156. msgstr ""
  157. #: ../../../docs/configuring-playbook-matrix-registration.md:73
  158. msgid "Creating registration tokens"
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-matrix-registration.md:75
  161. msgid "To **create a new user registration token (link)**, use this command:"
  162. msgstr ""
  163. #: ../../../docs/configuring-playbook-matrix-registration.md:83
  164. msgid ""
  165. "The above command creates and returns a **one-time use** token, which "
  166. "**expires** on the 31st of December 2021. Adjust the `one_time` and "
  167. "`ex_date` variables as you see fit."
  168. msgstr ""
  169. #: ../../../docs/configuring-playbook-matrix-registration.md:85
  170. msgid ""
  171. "Share the unique registration link (generated by the command above) with "
  172. "users to let them register on your Matrix server."
  173. msgstr ""
  174. #: ../../../docs/configuring-playbook-matrix-registration.md:87
  175. msgid "Listing registration tokens"
  176. msgstr ""
  177. #: ../../../docs/configuring-playbook-matrix-registration.md:89
  178. msgid "To **list the existing user registration tokens**, use this command:"
  179. msgstr ""
  180. #: ../../../docs/configuring-playbook-matrix-registration.md:96
  181. msgid ""
  182. "The shortcut command with `just` program is also available: `just run-"
  183. "tags list-matrix-registration-tokens`"
  184. msgstr ""