Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

146 lignes
7.0 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-bot-maubot.md:1
  23. msgid "Setting up maubot (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-bot-maubot.md:3
  26. msgid "The playbook can install and configure [maubot](https://github.com/maubot/maubot) for you."
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-bot-maubot.md:5
  29. msgid "After setting up maubot, you can use the web management interface to make it do things. The default location of the management interface is `matrix.example.com/_matrix/maubot/`"
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-bot-maubot.md:7
  32. msgid "See the project's [documentation](https://docs.mau.fi/maubot/usage/basic.html) to learn what it does and why it might be useful to you."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-bot-maubot.md:9
  35. msgid "Adjusting the playbook configuration"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-bot-maubot.md:11
  38. msgid "To enable maubot, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-bot-maubot.md:26
  41. msgid "You can add multiple admins. The admin accounts are only used to access the maubot administration interface."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-bot-maubot.md:28
  44. msgid "Adjusting the maubot URL"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-bot-maubot.md:30
  47. msgid "By default, this playbook installs maubot on the `matrix.` subdomain, at the `/_matrix/maubot/` path (https://matrix.example.com/_matrix/maubot/). This makes it easy to install it, because it **doesn't require additional DNS records to be set up**. If that's okay, you can skip this section."
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-bot-maubot.md:32
  50. msgid "By tweaking the `matrix_bot_maubot_hostname` and `matrix_bot_maubot_path_prefix` variables, you can easily make the service available at a **different hostname and/or path** than the default one."
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-bot-maubot.md:34
  53. msgid "Example additional configuration for your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-bot-maubot.md:42
  56. msgid "Adjusting DNS records"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-bot-maubot.md:44
  59. msgid "If you've changed the default hostname, **you may need to adjust your DNS** records to point the maubot domain to the Matrix server."
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-bot-maubot.md:46
  62. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-bot-maubot.md:48
  65. msgid "If you've decided to use the default hostname, you won't need to do any extra DNS configuration."
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-bot-maubot.md:50
  68. msgid "Installing"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-bot-maubot.md:52
  71. msgid "After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below:"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bot-maubot.md:59
  74. msgid "**Notes**:"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-bot-maubot.md:61
  77. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-bot-maubot.md:63
  80. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-bot-maubot.md:65
  83. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) 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."
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-bot-maubot.md:67
  86. msgid "If you change the bot password (`matrix_bot_maubot_initial_password` in your `vars.yml` file) subsequently, the bot user's credentials on the homeserver won't be updated automatically. If you'd like to change the bot user's password, use a tool like [synapse-admin](configuring-playbook-synapse-admin.md) to change it, and then update `matrix_bot_maubot_initial_password` to let the bot know its new password."
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-bot-maubot.md:69
  89. msgid "Usage"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-bot-maubot.md:71
  92. msgid "By default, you can visit `matrix.example.com/_matrix/maubot/` to manage your available plugins, clients and instances."
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-bot-maubot.md:73
  95. msgid "You should start in the following order"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-bot-maubot.md:74
  98. msgid "**Create one or more clients**: A client is a Matrix account which the bot will use to message. By default, the playbook creates a `bot.maubot` account (as per the configuration above). You only need to [obtain an access token](#obtaining-an-access-token) for it"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-bot-maubot.md:75
  101. msgid "**Upload some Plugins**: Plugins can be obtained from [here](https://github.com/maubot/maubot#plugins) or any other source."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-bot-maubot.md:76
  104. msgid "**Create an instance**: An instance is the actual bot. You have to specify a client which the bot instance will use and the plugin (how the bot will behave)"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-bot-maubot.md:78
  107. msgid "Obtaining an access token"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-bot-maubot.md:80
  110. msgid "This can be done via `mbc login` then `mbc auth` (see the [maubot documentation](https://docs.mau.fi/maubot/usage/cli/auth.html)). To run these commands, you'll first need to `exec` into the maubot container with `docker exec -it matrix-bot-maubot sh`."
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bot-maubot.md:82
  113. msgid "Alternatively, you can follow our generic [obtain an access token](obtaining-access-tokens.md) documentation. Be aware that you'd better use the **Obtain an access token via curl** method (not **Obtain an access token via Element Web**) as the latter will give your bot issues in encrypted rooms. Read [more](https://docs.mau.fi/maubot/usage/basic.html#creating-clients)."
  114. msgstr ""