Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

182 lignes
8.5 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2026-02-13 10:32+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/configuring-playbook-matrix-registration.md:9
  19. msgid "Setting up matrix-registration (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-matrix-registration.md:11
  22. msgid "[!WARNING]"
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-matrix-registration.md:12
  25. msgid "This is a poorly maintained and buggy project. It's better to avoid using it."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-matrix-registration.md:13
  28. msgid "This is not related to [matrix-registration-bot](configuring-playbook-bot-matrix-registration-bot.md)"
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-matrix-registration.md:15
  31. msgid "The playbook can install and configure [matrix-registration](https://github.com/ZerataX/matrix-registration) for you. It is a simple python application to have a token based Matrix registration."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-matrix-registration.md:17
  34. msgid "Use matrix-registration to **create unique registration links**, which people can use to register on your Matrix server. It allows certain people (these having a special link) to register a user account, **keeping your server's registration closed (private)**."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-matrix-registration.md:19
  37. msgid "**matrix-registration** provides 2 things:"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-matrix-registration.md:21
  40. msgid "**an API for creating registration tokens** (unique registration links). This API can be used via `curl` or via the playbook (see [Usage](#usage) below)"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-matrix-registration.md:23
  43. msgid "**a user registration page**, where people can use these registration tokens. By default, exposed at `https://matrix.example.com/matrix-registration`"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-matrix-registration.md:25
  46. msgid "Adjusting DNS records (optional)"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-matrix-registration.md:27
  49. msgid "By default, this playbook installs the matrix-registration on the `matrix.` subdomain, at the `/matrix-registration` path (https://matrix.example.com/matrix-registration). This makes it easy to install it, because it **doesn't require additional DNS records to be set up**. If that's okay, you can skip this section."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-matrix-registration.md:29
  52. msgid "If you wish to adjust it, see the section [below](#adjusting-the-matrix-registration-url-optional) for details about DNS configuration."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-matrix-registration.md:31
  55. msgid "Adjusting the playbook configuration"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-matrix-registration.md:33
  58. msgid "To enable matrix-registration, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-matrix-registration.md:42
  61. msgid "Adjusting the matrix-registration URL (optional)"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-matrix-registration.md:44
  64. msgid "By tweaking the `matrix_registration_hostname` and `matrix_registration_path_prefix` variables, you can easily make the service available at a **different hostname and/or path** than the default one."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-matrix-registration.md:46
  67. msgid "Example additional configuration for your `vars.yml` file:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-matrix-registration.md:54
  70. msgid "If you've changed the default hostname, you may need to create a CNAME record for the matrix-registration domain (`registration.example.com`), which targets `matrix.example.com`."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-matrix-registration.md:56
  73. msgid "When setting, replace `example.com` with your own."
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-matrix-registration.md:58
  76. msgid "Extending the configuration"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-matrix-registration.md:60
  79. msgid "There are some additional things you may wish to configure about the component."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-matrix-registration.md:62
  82. msgid "Take a look at:"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-matrix-registration.md:64
  85. msgid "`roles/custom/matrix-registration/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-matrix-registration.md:65
  88. msgid "`roles/custom/matrix-registration/templates/config.yaml.j2` for the component's default configuration. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_registration_configuration_extension_yaml` variable"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-matrix-registration.md:67
  91. msgid "Installing"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-matrix-registration.md:69
  94. msgid "After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below:"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-matrix-registration.md:76
  97. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-matrix-registration.md:78
  100. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-matrix-registration.md:80
  103. msgid "Usage"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-matrix-registration.md:82
  106. msgid "**matrix-registration** gets exposed at `https://matrix.example.com/matrix-registration`"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-matrix-registration.md:84
  109. msgid "It provides various [APIs](https://github.com/ZerataX/matrix-registration/wiki/api) — for creating registration tokens, listing tokens, disabling tokens, etc. To make use of all of its capabilities, consider using `curl`."
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-matrix-registration.md:86
  112. msgid "We make the most common APIs easy to use via the playbook (see below)."
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-matrix-registration.md:88
  115. msgid "Creating registration tokens"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-matrix-registration.md:90
  118. msgid "To **create a new user registration token (link)**, use this command:"
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-matrix-registration.md:98
  121. msgid "The above command creates and returns a **one-time use** token, which **expires** on the 31st of December 2021. Adjust the `one_time` and `ex_date` variables as you see fit."
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-matrix-registration.md:100
  124. msgid "Share the unique registration link (generated by the command above) with users to let them register on your Matrix server."
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-matrix-registration.md:102
  127. msgid "Listing registration tokens"
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-matrix-registration.md:104
  130. msgid "To **list the existing user registration tokens**, use this command:"
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-matrix-registration.md:111
  133. msgid "The shortcut command with `just` program is also available: `just run-tags list-matrix-registration-tokens`"
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-matrix-registration.md:113
  136. msgid "Troubleshooting"
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-matrix-registration.md:115
  139. msgid "As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-registration`."
  140. msgstr ""