Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

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