Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

98 righe
4.3 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-conduit.md:1
  23. msgid "Configuring Conduit (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-conduit.md:3
  26. 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)."
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-conduit.md:5
  29. msgid "**Notes**:"
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-conduit.md:7
  32. 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."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-conduit.md:9
  35. 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"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-conduit.md:11
  38. msgid "Adjusting the playbook configuration"
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-conduit.md:13
  41. msgid "To use Conduit, you **generally** need to add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-conduit.md:19
  44. msgid "Creating the first user account"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-conduit.md:21
  47. 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:"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-conduit.md:23
  50. msgid "Add `matrix_conduit_allow_registration: true` to your `vars.yml` the first time around, temporarily"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-conduit.md:24
  53. msgid "Run the playbook (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start` - see [Installing](installing.md))"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-conduit.md:25
  56. msgid "Create your first user via Element Web or any other client which supports creating users"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-conduit.md:26
  59. msgid "Get rid of `matrix_conduit_allow_registration: true` from your `vars.yml`"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-conduit.md:27
  62. msgid "Run the playbook again (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-conduit,start` would be enough this time)"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-conduit.md:28
  65. msgid "You can now use your server safely. Additional users can be created by messaging the internal Conduit bot"
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-conduit.md:30
  68. msgid "Configuring bridges / appservices"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-conduit.md:32
  71. 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."
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-conduit.md:34
  74. msgid "You will have to manually register appservices using the the [register-appservice](https://gitlab.com/famedly/conduit/-/blob/next/APPSERVICES.md) command."
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-conduit.md:36
  77. msgid "Find the `registration.yaml` in the `/matrix` directory, for example `/matrix/mautrix-signal/bridge/registration.yaml`, then pass the content to Conduit:"
  78. msgstr ""