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.
 
 

151 lines
5.6 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-dns.md:1
  24. msgid "Configuring your DNS settings"
  25. msgstr ""
  26. #: ../../../docs/configuring-dns.md:3
  27. msgid "<sup>[Prerequisites](prerequisites.md) > Configuring your DNS settings > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup>"
  28. msgstr ""
  29. #: ../../../docs/configuring-dns.md:5
  30. msgid "To set up Matrix on your domain, you'd need to do some DNS configuration."
  31. msgstr ""
  32. #: ../../../docs/configuring-dns.md:7
  33. msgid "DNS settings for services enabled by default"
  34. msgstr ""
  35. #: ../../../docs/configuring-dns.md:9
  36. msgid "To serve the base domain (`example.com`) and [Element Web](configuring-playbook-client-element-web.md) with the default subdomain, adjust DNS records as below."
  37. msgstr ""
  38. #: ../../../docs/configuring-dns.md
  39. msgid "Type"
  40. msgstr ""
  41. #: ../../../docs/configuring-dns.md
  42. msgid "Host"
  43. msgstr ""
  44. #: ../../../docs/configuring-dns.md
  45. msgid "Priority"
  46. msgstr ""
  47. #: ../../../docs/configuring-dns.md
  48. msgid "Weight"
  49. msgstr ""
  50. #: ../../../docs/configuring-dns.md
  51. msgid "Port"
  52. msgstr ""
  53. #: ../../../docs/configuring-dns.md
  54. msgid "Target"
  55. msgstr ""
  56. #: ../../../docs/configuring-dns.md
  57. msgid "A"
  58. msgstr ""
  59. #: ../../../docs/configuring-dns.md
  60. msgid "`matrix`"
  61. msgstr ""
  62. #: ../../../docs/configuring-dns.md
  63. msgid "-"
  64. msgstr ""
  65. #: ../../../docs/configuring-dns.md
  66. msgid "`matrix-server-IP`"
  67. msgstr ""
  68. #: ../../../docs/configuring-dns.md
  69. msgid "CNAME"
  70. msgstr ""
  71. #: ../../../docs/configuring-dns.md
  72. msgid "`element`"
  73. msgstr ""
  74. #: ../../../docs/configuring-dns.md
  75. msgid "`matrix.example.com`"
  76. msgstr ""
  77. #: ../../../docs/configuring-dns.md:16
  78. msgid "As the table illustrates, you need to create 2 subdomains (`matrix.example.com` and `element.example.com`) and point both of them to your server's IP address (DNS `A` record or `CNAME` record is fine)."
  79. msgstr ""
  80. #: ../../../docs/configuring-dns.md:18
  81. msgid "The `element.example.com` subdomain is necessary, because this playbook installs the [Element Web](https://github.com/element-hq/element-web) client for you by default. If you'd rather instruct the playbook not to install Element Web (`matrix_client_element_enabled: false` when [Configuring the playbook](configuring-playbook.md) later), feel free to skip the `element.example.com` DNS record."
  82. msgstr ""
  83. #: ../../../docs/configuring-dns.md:20
  84. msgid "Be mindful as to how long it will take for the DNS records to propagate."
  85. msgstr ""
  86. #: ../../../docs/configuring-dns.md:22
  87. msgid "**Note**: if you are using Cloudflare DNS, make sure to disable the proxy and set all records to \"DNS only\". Otherwise, fetching certificates will fail."
  88. msgstr ""
  89. #: ../../../docs/configuring-dns.md:24
  90. msgid "DNS setting for server delegation (optional)"
  91. msgstr ""
  92. #: ../../../docs/configuring-dns.md:26
  93. msgid "In the sample `vars.yml` ([`examples/vars.yml`](../examples/vars.yml)), we recommend to use a short user ID like `@alice:example.com` instead of `@alice:matrix.example.com`."
  94. msgstr ""
  95. #: ../../../docs/configuring-dns.md:28
  96. msgid "To use such an ID, you don't need to install anything on the actual `example.com` server. Instead, you need to instruct the Matrix network that Matrix services for `example.com` are redirected over to `matrix.example.com`. This redirection is also known as \"delegation\"."
  97. msgstr ""
  98. #: ../../../docs/configuring-dns.md:30
  99. msgid "As we discuss in [Server Delegation](howto-server-delegation.md), server delegation can be configured in either of these ways:"
  100. msgstr ""
  101. #: ../../../docs/configuring-dns.md:32
  102. msgid "Setting up a `/.well-known/matrix/server` file on the base domain (`example.com`)"
  103. msgstr ""
  104. #: ../../../docs/configuring-dns.md:33
  105. msgid "Setting up a `_matrix._tcp` DNS SRV record"
  106. msgstr ""
  107. #: ../../../docs/configuring-dns.md:35
  108. msgid "For simplicity reasons, this playbook recommends you to set up server delegation via a `/.well-known/matrix/server` file, instead of using a DNS SRV record."
  109. msgstr ""
  110. #: ../../../docs/configuring-dns.md:37
  111. msgid "If you choose the recommended method (file-based delegation), you do not need to configure the DNS record to enable server delegation. You will need to add a necessary configuration later, when you [finalize the installation](installing.md#finalize-the-installation) after installing and starting Matrix services."
  112. msgstr ""
  113. #: ../../../docs/configuring-dns.md:39
  114. msgid "On the other hand, if you choose this method (setting up a DNS SRV record), you need to configure the additional DNS record as well as adjust SSL certificate handling. Take a look at this documentation for more information: [Server Delegation via a DNS SRV record (advanced)](howto-server-delegation.md#server-delegation-via-a-dns-srv-record-advanced)"
  115. msgstr ""
  116. #: ../../../docs/configuring-dns.md:43
  117. msgid "[▶️](getting-the-playbook.md) When you're done with the DNS configuration and ready to proceed, continue with [Getting the playbook](getting-the-playbook.md)."
  118. msgstr ""