Matrix Docker Ansible eploy
Não pode escolher mais do que 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.
 
 

134 linhas
6.1 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-conduit.md:8
  19. msgid "Configuring Conduit (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-conduit.md:10
  22. msgid "The playbook can install and configure the [Conduit](https://conduit.rs) Matrix server for you."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-conduit.md:12
  25. msgid "See the project's [documentation](https://docs.conduit.rs/) to learn what it does and why it might be useful to you."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-conduit.md:14
  28. msgid "By default, the playbook installs [Synapse](https://github.com/element-hq/synapse) as it's the only full-featured Matrix server at the moment. If that's okay, you can skip this document."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-conduit.md:16
  31. msgid "[!WARNING]"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-conduit.md:17
  34. msgid "**You can't switch an existing Matrix server's implementation** (e.g. Synapse -> Conduit). Proceed below only if you're OK with losing data or you're dealing with a server on a new domain name, which hasn't participated in the Matrix federation yet."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-conduit.md:18
  37. msgid "**Homeserver implementations other than Synapse may not be fully functional**. The playbook may also not assist you in an optimal way (like it does with Synapse). Make yourself familiar with the downsides before proceeding"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-conduit.md:20
  40. msgid "Adjusting the playbook configuration"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-conduit.md:22
  43. msgid "To use Conduit, you **generally** need to adjust the `matrix_homeserver_implementation: synapse` configuration on your `inventory/host_vars/matrix.example.com/vars.yml` file as below:"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-conduit.md:28
  46. msgid "Extending the configuration"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-conduit.md:30
  49. msgid "There are some additional things you may wish to configure about the server."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-conduit.md:32
  52. msgid "Take a look at:"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-conduit.md:34
  55. msgid "`roles/custom/matrix-conduit/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-conduit.md:35
  58. msgid "`roles/custom/matrix-conduit/templates/conduit.toml.j2` for the server's default configuration"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-conduit.md:37
  61. msgid "If you'd like to have your own different configuration, feel free to copy and paste the original files into your inventory (e.g. in `inventory/host_vars/matrix.example.com/`) and then change the specific host's `vars.yml` file like this:"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-conduit.md:43
  64. msgid "Creating the first user account"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-conduit.md:45
  67. msgid "Since it is difficult to create the first user account on Conduit (see [famedly/conduit#276](https://gitlab.com/famedly/conduit/-/issues/276) and [famedly/conduit#354](https://gitlab.com/famedly/conduit/-/merge_requests/354)) and it does not support [registering users](registering-users.md) (via the command line or via the playbook) like Synapse and Dendrite do, we recommend the following procedure:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-conduit.md:47
  70. msgid "Add `matrix_conduit_allow_registration: true` to your `vars.yml` the first time around, temporarily"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-conduit.md:48
  73. msgid "Run the playbook (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start` — see [Installing](installing.md))"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-conduit.md:49
  76. msgid "Create your first user via Element Web or any other client which supports creating users"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-conduit.md:50
  79. msgid "Get rid of `matrix_conduit_allow_registration: true` from your `vars.yml`"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-conduit.md:51
  82. msgid "Run the playbook again (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-conduit,start` would be enough this time)"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-conduit.md:52
  85. msgid "You can now use your server safely. Additional users can be created by messaging the internal Conduit bot"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-conduit.md:54
  88. msgid "Configuring bridges / appservices"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-conduit.md:56
  91. msgid "For other homeserver implementations (like Synapse and Dendrite), the playbook automatically registers appservices (for bridges, bots, etc.) with the homeserver."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-conduit.md:58
  94. msgid "For Conduit, you will have to manually register appservices using the the [register-appservice](https://gitlab.com/famedly/conduit/-/blob/next/APPSERVICES.md) command."
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-conduit.md:60
  97. msgid "Find the `registration.yaml` in the `/matrix` directory, for example `/matrix/mautrix-signal/bridge/registration.yaml`, then pass the content to Conduit:"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-conduit.md:83
  100. msgid "Troubleshooting"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-conduit.md:85
  103. 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-conduit`."
  104. msgstr ""