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.
 
 

159 rader
7.3 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: 2025-01-27 09:54+0200\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 "⚠️ **Warnings**:"
  28. msgstr ""
  29. #: ../../../docs/configuring-playbook-matrix-registration.md:4
  30. msgid "This is a poorly maintained and buggy project. It's better to avoid using it."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-matrix-registration.md:5
  33. msgid "This is not related to [matrix-registration-bot](configuring-playbook-bot-matrix-registration-bot.md)"
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-matrix-registration.md:7
  36. 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."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-matrix-registration.md:9
  39. 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)**."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-matrix-registration.md:11
  42. msgid "**matrix-registration** provides 2 things:"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-matrix-registration.md:13
  45. 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)"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-matrix-registration.md:15
  48. msgid "**a user registration page**, where people can use these registration tokens. By default, exposed at `https://matrix.example.com/matrix-registration`"
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-matrix-registration.md:17
  51. msgid "Adjusting DNS records (optional)"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-matrix-registration.md:19
  54. 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."
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-matrix-registration.md:21
  57. msgid "If you wish to adjust it, see the section [below](#adjusting-the-matrix-registration-url-optional) for details about DNS configuration."
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-matrix-registration.md:23
  60. msgid "Adjusting the playbook configuration"
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-matrix-registration.md:25
  63. msgid "To enable matrix-registration, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-matrix-registration.md:34
  66. msgid "Adjusting the matrix-registration URL (optional)"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-matrix-registration.md:36
  69. 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."
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-matrix-registration.md:38
  72. msgid "Example additional configuration for your `vars.yml` file:"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-matrix-registration.md:46
  75. 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`."
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-matrix-registration.md:48
  78. msgid "When setting, replace `example.com` with your own."
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-matrix-registration.md:50
  81. msgid "Installing"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-matrix-registration.md:52
  84. 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:"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-matrix-registration.md:59
  87. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-matrix-registration.md:61
  90. 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."
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-matrix-registration.md:63
  93. msgid "Usage"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-matrix-registration.md:65
  96. msgid "**matrix-registration** gets exposed at `https://matrix.example.com/matrix-registration`"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-matrix-registration.md:67
  99. 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`."
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-matrix-registration.md:69
  102. msgid "We make the most common APIs easy to use via the playbook (see below)."
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-matrix-registration.md:71
  105. msgid "Creating registration tokens"
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-matrix-registration.md:73
  108. msgid "To **create a new user registration token (link)**, use this command:"
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-matrix-registration.md:81
  111. 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."
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-matrix-registration.md:83
  114. msgid "Share the unique registration link (generated by the command above) with users to let them register on your Matrix server."
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-matrix-registration.md:85
  117. msgid "Listing registration tokens"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-matrix-registration.md:87
  120. msgid "To **list the existing user registration tokens**, use this command:"
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-matrix-registration.md:94
  123. msgid "The shortcut command with `just` program is also available: `just run-tags list-matrix-registration-tokens`"
  124. msgstr ""