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.3 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2025, 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>, 2025.
  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: 2025-01-27 09:54+0200\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-conduwuit.md:1
  23. msgid "Configuring conduwuit (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-conduwuit.md:3
  26. msgid "The playbook can install and configure the [conduwuit](https://conduwuit.puppyirl.gay/) Matrix server for you."
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-conduwuit.md:5
  29. msgid "See the project's [documentation](https://conduwuit.puppyirl.gay/) to learn what it does and why it might be useful to you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-conduwuit.md:7
  32. 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."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-conduwuit.md:9
  35. msgid "💡 **Note**: conduwuit is a fork of [Conduit](./configuring-playbook-conduit.md), which the playbook also supports. See [Differences from upstream Conduit](https://conduwuit.puppyirl.gay/differences.html)."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-conduwuit.md:11
  38. msgid "⚠️ **Warnings**:"
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-conduwuit.md:13
  41. msgid "**You can't switch an existing Matrix server's implementation** (e.g. Synapse -> conduwuit). 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."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-conduwuit.md:15
  44. 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"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-conduwuit.md:17
  47. msgid "Adjusting the playbook configuration"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-conduwuit.md:19
  50. msgid "To use conduwuit, you **generally** need to adjust the `matrix_homeserver_implementation: synapse` configuration on your `inventory/host_vars/matrix.example.com/vars.yml` file as below:"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-conduwuit.md:33
  53. msgid "Extending the configuration"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-conduwuit.md:35
  56. msgid "There are some additional things you may wish to configure about the server."
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-conduwuit.md:37
  59. msgid "Take a look at:"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-conduwuit.md:39
  62. msgid "`roles/custom/matrix-conduwuit/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-conduwuit.md:40
  65. msgid "`roles/custom/matrix-conduwuit/templates/conduwuit.toml.j2` for the server's default configuration"
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-conduwuit.md:42
  68. msgid "There are various Ansible variables that control settings in the `conduwuit.toml` file."
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-conduwuit.md:44
  71. msgid "If a specific setting you'd like to change does not have a dedicated Ansible variable, you can either submit a PR to us to add it, or you can [override the setting using an environment variable](https://conduwuit.puppyirl.gay/configuration.html#environment-variables) using `matrix_conduwuit_environment_variables_extension`. For example:"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-conduwuit.md:52
  74. msgid "Creating the first user account"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-conduwuit.md:54
  77. msgid "Unlike other homeserver implementations (like Synapse and Dendrite), conduwuit does not support creating users via the command line or via the playbook."
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-conduwuit.md:56
  80. msgid "If you followed the instructions above (see [Adjusting the playbook configuration](#adjusting-the-playbook-configuration)), you should have registration enabled and protected by a registration token."
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-conduwuit.md:58
  83. msgid "This should allow you to create the first user account via any client (like [Element Web](./configuring-playbook-client-element-web.md)) which supports creating users."
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-conduwuit.md:60
  86. msgid "The **first user account that you create will be marked as an admin** and **will be automatically invited to an admin room**."
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-conduwuit.md:63
  89. msgid "Configuring bridges / appservices"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-conduwuit.md:65
  92. msgid "For other homeserver implementations (like Synapse and Dendrite), the playbook automatically registers appservices (for bridges, bots, etc.) with the homeserver."
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-conduwuit.md:67
  95. msgid "For conduwuit, you will have to manually register appservices using the [`!admin appservices register` command](https://conduwuit.puppyirl.gay/appservices.html#set-up-the-appservice---general-instructions) sent to the server bot account."
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-conduwuit.md:69
  98. msgid "The server's bot account has a Matrix ID of `@conduit:example.com` (not `@conduwuit:example.com`!) due to conduwuit's historical legacy. Your first user account would already have been invited to an admin room with this bot."
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-conduwuit.md:72
  101. msgid "Find the appservice file you'd like to register. This can be any `registration.yaml` file found in the `/matrix` directory, for example `/matrix/mautrix-signal/bridge/registration.yaml`."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-conduwuit.md:74
  104. msgid "Then, send its content to the existing admin room:"
  105. msgstr ""