Matrix Docker Ansible eploy
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

250 Zeilen
8.0 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-s3-goofys.md:1
  24. msgid "Storing Matrix media files on Amazon S3 with Goofys (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-s3-goofys.md:3
  27. msgid ""
  28. "If you'd like to store Synapse's content repository (`media_store`) files"
  29. " on Amazon S3 (or other S3-compatible service), you can let this playbook"
  30. " configure [Goofys](https://github.com/kahing/goofys) for you."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-s3-goofys.md:5
  33. msgid ""
  34. "Another (and better performing) way to use S3 storage with Synapse is "
  35. "[synapse-s3-storage-provider](configuring-playbook-synapse-s3-storage-"
  36. "provider.md)."
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-s3-goofys.md:7
  39. msgid ""
  40. "Using a Goofys-backed media store works, but performance may not be "
  41. "ideal. If possible, try to use a region which is close to your Matrix "
  42. "server."
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-s3-goofys.md:9
  45. msgid ""
  46. "If you'd like to move your locally-stored media store data to Amazon S3 "
  47. "(or another S3-compatible object store), we also provide some migration "
  48. "instructions below."
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-s3-goofys.md:11
  51. msgid "Adjusting the playbook configuration"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-s3-goofys.md:13
  54. msgid ""
  55. "After [creating the S3 bucket and configuring it](configuring-"
  56. "playbook-s3.md#bucket-creation-and-security-configuration), add the "
  57. "following configuration to your "
  58. "`inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your "
  59. "needs):"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-s3-goofys.md:23
  62. msgid ""
  63. "You can use any S3-compatible object store by **additionally** "
  64. "configuring these variables:"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-s3-goofys.md:30
  67. msgid ""
  68. "If you have local media store files and wish to migrate to Backblaze B2 "
  69. "subsequently, follow our [migration guide to Backblaze B2](#migrating-to-"
  70. "backblaze-b2) below instead of applying this configuration as-is."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-s3-goofys.md:32
  73. msgid "Migrating from local filesystem storage to S3"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-s3-goofys.md:34
  76. msgid ""
  77. "It's a good idea to [make a complete server backup](faq.md#how-do-i-back-"
  78. "up-the-data-on-my-server) before migrating your local media store to an "
  79. "S3-backed one."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-s3-goofys.md:36
  82. msgid ""
  83. "After making the backup, follow one of the guides below for a migration "
  84. "path from a locally-stored media store to one stored on S3-compatible "
  85. "storage:"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-s3-goofys.md:38
  88. msgid ""
  89. "[Migrating to any S3-compatible storage (universal, but likely slow"
  90. ")](#migrating-to-any-s3-compatible-storage-universal-but-likely-slow)"
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-s3-goofys.md:39
  93. msgid "[Migrating to Backblaze B2](#migrating-to-backblaze-b2)"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-s3-goofys.md:41
  96. msgid "Migrating to any S3-compatible storage (universal, but likely slow)"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-s3-goofys.md:43
  99. msgid "Proceed with the steps below without stopping Matrix services"
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-s3-goofys.md:45
  102. msgid ""
  103. "Start by adding the base S3 configuration in your `vars.yml` file (seen "
  104. "above, may be different depending on the S3 provider of your choice)"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-s3-goofys.md:47
  107. msgid ""
  108. "In addition to the base configuration you see above, add this to your "
  109. "`vars.yml` file:"
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-s3-goofys.md:53
  112. msgid ""
  113. "This enables S3 support, but mounts the S3 storage bucket to `/matrix/s3"
  114. "-media-store` without hooking it to your homeserver yet. Your homeserver "
  115. "will still continue using your local filesystem for its media store."
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-s3-goofys.md:55
  118. msgid ""
  119. "Run the playbook to apply the changes: `ansible-playbook -i "
  120. "inventory/hosts setup.yml --tags=setup-all,start`"
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-s3-goofys.md:57
  123. msgid ""
  124. "Do an **initial sync of your files** by running this **on the server** "
  125. "(it may take a very long time):"
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-s3-goofys.md:63
  128. msgid "You may need to install `rsync` manually."
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook-s3-goofys.md:65
  131. #: ../../../docs/configuring-playbook-s3-goofys.md:106
  132. msgid ""
  133. "Stop all Matrix services (`ansible-playbook -i inventory/hosts setup.yml "
  134. "--tags=stop`)"
  135. msgstr ""
  136. #: ../../../docs/configuring-playbook-s3-goofys.md:67
  137. msgid ""
  138. "Start the S3 service by running this **on the server**: `systemctl start "
  139. "matrix-goofys`"
  140. msgstr ""
  141. #: ../../../docs/configuring-playbook-s3-goofys.md:69
  142. msgid "Sync the files again by re-running the `rsync` command you see in step #5"
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-s3-goofys.md:71
  145. msgid ""
  146. "Stop the S3 service by running this **on the server**: `systemctl stop "
  147. "matrix-goofys`"
  148. msgstr ""
  149. #: ../../../docs/configuring-playbook-s3-goofys.md:73
  150. #: ../../../docs/configuring-playbook-s3-goofys.md:114
  151. msgid ""
  152. "Get the old media store out of the way by running this command on the "
  153. "server:"
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook-s3-goofys.md:79
  156. msgid ""
  157. "Remove the `matrix_s3_media_store_path` configuration from your "
  158. "`vars.yml` file (undoing step #3 above)"
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-s3-goofys.md:81
  161. #: ../../../docs/configuring-playbook-s3-goofys.md:122
  162. msgid ""
  163. "Run the playbook: `ansible-playbook -i inventory/hosts setup.yml --tags"
  164. "=setup-all,start`"
  165. msgstr ""
  166. #: ../../../docs/configuring-playbook-s3-goofys.md:83
  167. #: ../../../docs/configuring-playbook-s3-goofys.md:124
  168. msgid ""
  169. "You're done! Verify that loading existing (old) media files works and "
  170. "that you can upload new ones."
  171. msgstr ""
  172. #: ../../../docs/configuring-playbook-s3-goofys.md:85
  173. #: ../../../docs/configuring-playbook-s3-goofys.md:126
  174. msgid ""
  175. "When confident that it all works, get rid of the local media store "
  176. "directory: `rm -rf /matrix/synapse/storage/media-store-local-backup`"
  177. msgstr ""
  178. #: ../../../docs/configuring-playbook-s3-goofys.md:87
  179. msgid "Migrating to Backblaze B2"
  180. msgstr ""
  181. #: ../../../docs/configuring-playbook-s3-goofys.md:89
  182. msgid ""
  183. "While all Matrix services are running, run the following command on the "
  184. "server:"
  185. msgstr ""
  186. #: ../../../docs/configuring-playbook-s3-goofys.md:91
  187. msgid "(you need to adjust the 3 `--env` line below with your own data)"
  188. msgstr ""
  189. #: ../../../docs/configuring-playbook-s3-goofys.md:104
  190. msgid "This is some initial file sync, which may take a very long time."
  191. msgstr ""
  192. #: ../../../docs/configuring-playbook-s3-goofys.md:108
  193. msgid "Run the command from step #1 again."
  194. msgstr ""
  195. #: ../../../docs/configuring-playbook-s3-goofys.md:110
  196. msgid ""
  197. "Doing this will sync any new files that may have been created locally in "
  198. "the meantime."
  199. msgstr ""
  200. #: ../../../docs/configuring-playbook-s3-goofys.md:112
  201. msgid ""
  202. "Now that Matrix services aren't running, we're sure to get Backblaze B2 "
  203. "and your local media store fully in sync."
  204. msgstr ""
  205. #: ../../../docs/configuring-playbook-s3-goofys.md:120
  206. msgid ""
  207. "Put the [Backblaze B2 settings](configuring-playbook-s3.md#backblaze-b2) "
  208. "in your `vars.yml` file"
  209. msgstr ""