Matrix Docker Ansible eploy
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 

162 рядки
7.8 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2026-02-13 10:32+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/configuring-playbook-matrix-corporal.md:9
  19. msgid "Setting up Matrix Corporal (optional, advanced)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-matrix-corporal.md:11
  22. msgid "[!WARNING] This is an advanced feature! It requires prior experience with Matrix and a specific need for using [Matrix Corporal](https://github.com/devture/matrix-corporal). If you're unsure whether you have such a need, you most likely don't."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-matrix-corporal.md:14
  25. msgid "The playbook can install and configure [matrix-corporal](https://github.com/devture/matrix-corporal) for you."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-matrix-corporal.md:16
  28. msgid "In short, it's a sort of automation and firewalling service, which is helpful if you're installing Matrix services in a controlled corporate environment."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-matrix-corporal.md:18
  31. msgid "See the project's [documentation](https://github.com/devture/matrix-corporal/blob/main/README.md) to learn what it does and why it might be useful to you."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-matrix-corporal.md:20
  34. msgid "If you decide that you'd like to let this playbook install it for you, you'd need to also:"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-matrix-corporal.md:21
  37. msgid "(required) [set up the Shared Secret Auth password provider module](configuring-playbook-shared-secret-auth.md)"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-matrix-corporal.md:22
  40. msgid "(optional, but encouraged) [set up the REST authentication password provider module](configuring-playbook-rest-auth.md)"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-matrix-corporal.md:24
  43. msgid "Adjusting the playbook configuration"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-matrix-corporal.md:26
  46. msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your needs):"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-matrix-corporal.md:79
  49. msgid "Matrix Corporal operates with a specific Matrix user on your server. By default, it's `matrix-corporal` (controllable by the `matrix_corporal_reconciliation_user_id_local_part` setting, see above)."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-matrix-corporal.md:81
  52. msgid "No matter what Matrix user ID you configure to run it with, make sure that:"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-matrix-corporal.md:83
  55. msgid "the Matrix Corporal user is created by [registering it](registering-users.md) **with administrator privileges**. Use a password you remember, as you'll need to log in from time to time to create or join rooms"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-matrix-corporal.md:85
  58. msgid "the Matrix Corporal user is joined and has Admin/Moderator-level access to any rooms you want it to manage"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-matrix-corporal.md:87
  61. msgid "Using a locally-stored static policy"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-matrix-corporal.md:89
  64. msgid "If you'd like to use a [static policy file](https://github.com/devture/matrix-corporal/blob/master/docs/policy-providers.md#static-file-pull-style-policy-provider), you can use a configuration like this:"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-matrix-corporal.md:121
  67. msgid "To learn more about what the policy configuration, see the matrix-corporal documentation on [policy](https://github.com/devture/matrix-corporal/blob/master/docs/policy.md)."
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-matrix-corporal.md:123
  70. msgid "Extending the configuration"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-matrix-corporal.md:125
  73. msgid "There are some additional things you may wish to configure about the component."
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-matrix-corporal.md:127
  76. msgid "Take a look at:"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-matrix-corporal.md:129
  79. msgid "`roles/custom/matrix-corporal/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-matrix-corporal.md:130
  82. msgid "`roles/custom/matrix-corporal/templates/config.json.j2` for the bridge's default configuration. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_corporal_configuration_extension_json` variable"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-matrix-corporal.md:132
  85. msgid "Installing"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-matrix-corporal.md:134
  88. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-matrix-corporal.md:141
  91. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just run-tags setup-aux-files,setup-corporal,start` or `just setup-all`"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-matrix-corporal.md:143
  94. msgid "`just run-tags setup-aux-files,setup-corporal,start` is useful for maintaining your setup quickly when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed. Note `just setup-all` runs the `ensure-matrix-users-created` tag too."
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-matrix-corporal.md:145
  97. msgid "Matrix Corporal files"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-matrix-corporal.md:147
  100. msgid "The following local filesystem paths are mounted in the `matrix-corporal` container and can be used in your configuration (or policy):"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-matrix-corporal.md:149
  103. msgid "`/matrix/corporal/config` is mounted at `/etc/matrix-corporal` (read-only)"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-matrix-corporal.md:151
  106. msgid "`/matrix/corporal/var` is mounted at `/var/matrix-corporal` (read and write)"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-matrix-corporal.md:153
  109. msgid "`/matrix/corporal/cache` is mounted at `/var/cache/matrix-corporal` (read and write)"
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-matrix-corporal.md:155
  112. msgid "As an example: you can create your own configuration files in `/matrix/corporal/config` and they will appear in `/etc/matrix-corporal` in the Docker container. Your configuration (stuff in `matrix_corporal_policy_provider_config`) needs to refer to these files via the local container paths — `/etc/matrix-corporal` (read-only), `/var/matrix-corporal` (read and write), `/var/cache/matrix-corporal` (read and write)."
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-matrix-corporal.md:157
  115. msgid "Troubleshooting"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-matrix-corporal.md:159
  118. msgid "As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-corporal`."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-matrix-corporal.md:161
  121. msgid "Increase logging verbosity"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-matrix-corporal.md:163
  124. msgid "If you want to increase the verbosity, add the following configuration to your `vars.yml` file and re-run the playbook:"
  125. msgstr ""