Matrix Docker Ansible eploy
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

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