Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

208 行
7.8 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-synapse-admin.md:1
  24. msgid "Setting up Synapse Admin (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-synapse-admin.md:3
  27. msgid ""
  28. "The playbook can install and configure [etkecc/synapse-"
  29. "admin](https://github.com/etkecc/synapse-admin) (a [feature-"
  30. "rich](https://github.com/etkecc/synapse-admin#fork-differences) fork of "
  31. "[Awesome-Technologies/synapse-admin](https://github.com/Awesome-"
  32. "Technologies/synapse-admin), community room: [#synapse-"
  33. "admin:etke.cc](https://matrix.to/#/#synapse-admin:etke.cc)) for you."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-synapse-admin.md:5
  36. msgid ""
  37. "synapse-admin is a web UI tool you can use to **administrate users, "
  38. "rooms, media, etc. on your Matrix server**. It's designed to work with "
  39. "the Synapse homeserver implementation and WON'T work with Dendrite "
  40. "because [Dendrite Admin API](https://matrix-"
  41. "org.github.io/dendrite/administration/adminapi) differs from [Synapse "
  42. "Admin API](https://element-"
  43. "hq.github.io/synapse/latest/usage/administration/admin_api/)."
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-synapse-admin.md:7
  46. msgid ""
  47. "💡 **Note**: the latest version of synapse-admin is hosted by "
  48. "[etke.cc](https://etke.cc/) at [admin.etke.cc](https://admin.etke.cc/). "
  49. "If you only need this service occasionally and trust giving your admin "
  50. "credentials to a 3rd party Single Page Application, you can consider "
  51. "using it from there and avoiding the (small) overhead of self-hosting."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-synapse-admin.md:9
  54. msgid "Adjusting the playbook configuration"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-synapse-admin.md:11
  57. msgid ""
  58. "To enable Synapse Admin, add the following configuration to your "
  59. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-synapse-admin.md:17
  62. msgid ""
  63. "**Note**: Synapse Admin requires Synapse's [Admin APIs](https://element-"
  64. "hq.github.io/synapse/latest/usage/administration/admin_api/index.html) to"
  65. " function. Access to them is restricted with a valid access token, so "
  66. "exposing them publicly should not be a real security concern. Still, for "
  67. "additional security, we normally leave them unexposed, following "
  68. "[official Synapse reverse-proxying recommendations](https://element-"
  69. "hq.github.io/synapse/latest/reverse_proxy.html#synapse-administration-"
  70. "endpoints). Because Synapse Admin needs these APIs to function, when "
  71. "installing Synapse Admin, the playbook **automatically** exposes the "
  72. "Synapse Admin API publicly for you. Depending on the homeserver "
  73. "implementation you're using (Synapse, Dendrite), this is equivalent to:"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-synapse-admin.md:19
  76. msgid ""
  77. "for [Synapse](./configuring-playbook-synapse.md) (our default homeserver "
  78. "implementation): "
  79. "`matrix_synapse_container_labels_public_client_synapse_admin_api_enabled:"
  80. " true`"
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-synapse-admin.md:20
  83. msgid ""
  84. "for [Dendrite](./configuring-playbook-dendrite.md): "
  85. "`matrix_dendrite_container_labels_public_client_synapse_admin_api_enabled:"
  86. " true`"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-synapse-admin.md:22
  89. msgid ""
  90. "By default, synapse-admin installation will be [restricted to only work "
  91. "with one homeserver](https://github.com/etkecc/synapse-"
  92. "admin/blob/e21e44362c879ac41f47c580b04210842b6ff3d7/README.md"
  93. "#restricting-available-homeserver) - the one managed by the playbook. To "
  94. "adjust these restrictions, tweak the "
  95. "`matrix_synapse_admin_config_restrictBaseUrl` variable."
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-synapse-admin.md:24
  98. msgid ""
  99. "⚠️ **Warning**: If you're using [Matrix Authentication Service"
  100. "](./configuring-playbook-matrix-authentication-service.md) (MAS) for "
  101. "authentication, you will be able to [log into synapse-admin with an "
  102. "access token](https://github.com/etkecc/synapse-admin/pull/58), but "
  103. "certain synapse-admin features (especially those around user management) "
  104. "will be limited or not work at all."
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-synapse-admin.md:26
  107. msgid "Adjusting the Synapse Admin URL"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-synapse-admin.md:28
  110. msgid ""
  111. "By default, this playbook installs Synapse Admin on the `matrix.` "
  112. "subdomain, at the `/synapse-admin` path (https://matrix.example.com"
  113. "/synapse-admin). This makes it easy to install it, because it **doesn't "
  114. "require additional DNS records to be set up**. If that's okay, you can "
  115. "skip this section."
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-synapse-admin.md:30
  118. msgid ""
  119. "By tweaking the `matrix_synapse_admin_hostname` and "
  120. "`matrix_synapse_admin_path_prefix` variables, you can easily make the "
  121. "service available at a **different hostname and/or path** than the "
  122. "default one."
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-synapse-admin.md:32
  125. msgid ""
  126. "Example additional configuration for your "
  127. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-synapse-admin.md:40
  130. msgid "Adjusting DNS records"
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-synapse-admin.md:42
  133. msgid ""
  134. "If you've changed the default hostname, **you may need to adjust your "
  135. "DNS** records to point the Synapse Admin domain to the Matrix server."
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-synapse-admin.md:44
  138. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  139. msgstr ""
  140. #: ../../../docs/configuring-playbook-synapse-admin.md:46
  141. msgid ""
  142. "If you've decided to use the default hostname, you won't need to do any "
  143. "extra DNS configuration."
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-synapse-admin.md:48
  146. msgid "Installing"
  147. msgstr ""
  148. #: ../../../docs/configuring-playbook-synapse-admin.md:50
  149. msgid ""
  150. "After configuring the playbook and potentially [adjusting your DNS "
  151. "records](#adjusting-dns-records), run the playbook with [playbook tags"
  152. "](playbook-tags.md) as below:"
  153. msgstr ""
  154. #: ../../../docs/configuring-playbook-synapse-admin.md:57
  155. msgid ""
  156. "The shortcut commands with the [`just` program](just.md) are also "
  157. "available: `just install-all` or `just setup-all`"
  158. msgstr ""
  159. #: ../../../docs/configuring-playbook-synapse-admin.md:59
  160. msgid ""
  161. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  162. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  163. "runtime) than `just setup-all`) when its components remain unchanged. If "
  164. "you adjust your `vars.yml` to remove other components, you'd need to run "
  165. "`just setup-all`, or these components will still remain installed. Note "
  166. "these shortcuts run the `ensure-matrix-users-created` tag too."
  167. msgstr ""
  168. #: ../../../docs/configuring-playbook-synapse-admin.md:61
  169. msgid "Usage"
  170. msgstr ""
  171. #: ../../../docs/configuring-playbook-synapse-admin.md:63
  172. msgid ""
  173. "After installation, Synapse Admin will be accessible at: "
  174. "`https://matrix.example.com/synapse-admin/`"
  175. msgstr ""
  176. #: ../../../docs/configuring-playbook-synapse-admin.md:65
  177. msgid ""
  178. "To use Synapse Admin, you need to have [registered at least one "
  179. "administrator account](registering-users.md) on your server."
  180. msgstr ""