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.
 
 

94 lines
4.3 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, 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: 2024-12-20 07:23+0200\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:1
  19. msgid "Configuring Conduit (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-conduit.md:3
  22. msgid "By default, this playbook configures the [Synapse](https://github.com/element-hq/synapse) Matrix server, but you can also use [Conduit](https://conduit.rs)."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-conduit.md:5
  25. msgid "**Notes**:"
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-conduit.md:7
  28. 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."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-conduit.md:9
  31. 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"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-conduit.md:11
  34. msgid "Adjusting the playbook configuration"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-conduit.md:13
  37. msgid "To use Conduit, you **generally** need to add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-conduit.md:19
  40. msgid "Creating the first user account"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-conduit.md:21
  43. 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:"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-conduit.md:23
  46. msgid "Add `matrix_conduit_allow_registration: true` to your `vars.yml` the first time around, temporarily"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-conduit.md:24
  49. msgid "Run the playbook (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start` - see [Installing](installing.md))"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-conduit.md:25
  52. msgid "Create your first user via Element Web or any other client which supports creating users"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-conduit.md:26
  55. msgid "Get rid of `matrix_conduit_allow_registration: true` from your `vars.yml`"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-conduit.md:27
  58. msgid "Run the playbook again (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-conduit,start` would be enough this time)"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-conduit.md:28
  61. msgid "You can now use your server safely. Additional users can be created by messaging the internal Conduit bot"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-conduit.md:30
  64. msgid "Configuring bridges / appservices"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-conduit.md:32
  67. msgid "Automatic appservice setup is currently unsupported when using Conduit. After setting up the service as usual you may notice that it is unable to start."
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-conduit.md:34
  70. msgid "You will have to manually register appservices using the the [register-appservice](https://gitlab.com/famedly/conduit/-/blob/next/APPSERVICES.md) command."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-conduit.md:36
  73. msgid "Find the `registration.yaml` in the `/matrix` directory, for example `/matrix/mautrix-signal/bridge/registration.yaml`, then pass the content to Conduit:"
  74. msgstr ""