Matrix Docker Ansible eploy
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

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