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.
 
 
 

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