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.
 
 

179 lines
8.5 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-mautrix-bridges.md:1
  19. msgid "Setting up a Generic Mautrix Bridge (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-mautrix-bridges.md:3
  22. msgid "The playbook can install and configure various [mautrix](https://github.com/mautrix) bridges (twitter, facebook, instagram, signal, hangouts, googlechat, etc.), as well as many other (non-mautrix) bridges. This is a common guide for configuring mautrix bridges."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-mautrix-bridges.md:5
  25. msgid "You can see each bridge's features at in the `ROADMAP.md` file in its corresponding [mautrix](https://github.com/mautrix) repository."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-mautrix-bridges.md:7
  28. msgid "Adjusting the playbook configuration"
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-mautrix-bridges.md:9
  31. msgid "To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-mautrix-bridges.md:16
  34. msgid "There are some additional things you may wish to configure about the bridge before you continue. Each bridge may have additional requirements besides `_enabled: true`. For example, the mautrix-telegram bridge (our documentation page about it is [here](configuring-playbook-bridge-mautrix-telegram.md)) requires the `matrix_mautrix_telegram_api_id` and `matrix_mautrix_telegram_api_hash` variables to be defined. Refer to each bridge's individual documentation page for details about enabling bridges."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-mautrix-bridges.md:18
  37. msgid "To **configure a user as an administrator for all bridges**, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-mautrix-bridges.md:24
  40. msgid "**Alternatively** (more verbose, but allows multiple admins to be configured), you can do the same on a per-bridge basis with:"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-mautrix-bridges.md:33
  43. msgid "encryption"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-mautrix-bridges.md:35
  46. msgid "Encryption support is off by default. If you would like to enable encryption, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-mautrix-bridges.md:37
  49. msgid "**for all bridges with encryption support**:"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-mautrix-bridges.md:44
  52. #: ../../../docs/configuring-playbook-mautrix-bridges.md:61
  53. msgid "**Alternatively**, for a specific bridge:"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-mautrix-bridges.md:51
  56. msgid "relay mode"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-mautrix-bridges.md:53
  59. msgid "Relay mode is off by default. If you would like to enable relay mode, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-mautrix-bridges.md:55
  62. msgid "**for all bridges with relay mode support**:"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-mautrix-bridges.md:70
  65. msgid "You can only have one `matrix_mautrix_SERVICENAME_configuration_extension_yaml` definition in `vars.yml` per bridge, so if you need multiple pieces of configuration there, just merge them like this:"
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-mautrix-bridges.md:82
  68. msgid "Setting the bot's username"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-mautrix-bridges.md:88
  71. msgid "Can be used to set the username for the bridge."
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-mautrix-bridges.md:90
  74. msgid "Discovering additional configuration options"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-mautrix-bridges.md:92
  77. msgid "You may wish to look at `roles/custom/matrix-bridge-mautrix-SERVICENAME/templates/config.yaml.j2` and `roles/custom/matrix-bridge-mautrix-SERVICENAME/defaults/main.yml` to find other things you would like to configure."
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-mautrix-bridges.md:94
  80. msgid "Installing"
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-mautrix-bridges.md:96
  83. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-mautrix-bridges.md:103
  86. msgid "**Notes**:"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-mautrix-bridges.md:105
  89. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-mautrix-bridges.md:107
  92. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-mautrix-bridges.md:109
  95. 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."
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-mautrix-bridges.md:111
  98. msgid "Set up Double Puppeting"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-mautrix-bridges.md:113
  101. msgid "To set up [Double Puppeting](https://docs.mau.fi/bridges/general/double-puppeting.html) enable the [Appservice Double Puppet](configuring-playbook-appservice-double-puppet.md) service for this playbook."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-mautrix-bridges.md:115
  104. msgid "The bridge automatically performs Double Puppeting if [Shared Secret Auth](configuring-playbook-shared-secret-auth.md) is configured and enabled on the server for this playbook by adding"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-mautrix-bridges.md:121
  107. msgid "This is the recommended way of setting up Double Puppeting, as it's easier to accomplish, works for all your users automatically, and has less of a chance of breaking in the future."
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-mautrix-bridges.md:123
  110. msgid "Controlling the logging level"
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-mautrix-bridges.md:129
  113. msgid "to `vars.yml` to control the logging level, where you may replace WARN with one of the following to control the verbosity of the logs generated: TRACE, DEBUG, INFO, WARN, ERROR, or FATAL."
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-mautrix-bridges.md:131
  116. msgid "If you have issues with a service, and are requesting support, the higher levels of logging will generally be more helpful."
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-mautrix-bridges.md:133
  119. msgid "Usage"
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook-mautrix-bridges.md:135
  122. msgid "To use the bridge, you need to start a chat with `@SERVICENAMEbot:example.com` (where `example.com` is your base domain, not the `matrix.` domain)."
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-mautrix-bridges.md:137
  125. msgid "Send `login` to the bridge bot to get started. You can learn more here about authentication from the bridge's official documentation on Authentication: https://docs.mau.fi/bridges/python/SERVICENAME/authentication.html"
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-mautrix-bridges.md:139
  128. msgid "If you run into trouble, check the [Troubleshooting](#troubleshooting) section below."
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook-mautrix-bridges.md:141
  131. msgid "Troubleshooting"
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook-mautrix-bridges.md:143
  134. msgid "For troubleshooting information with a specific bridge, please see the playbook documentation about it (some other document in in `docs/`) and the upstream ([mautrix](https://github.com/mautrix)) bridge documentation for that specific bridge."
  135. msgstr ""
  136. #: ../../../docs/configuring-playbook-mautrix-bridges.md:145
  137. msgid "Reporting bridge bugs should happen upstream, in the corresponding mautrix repository, not to us."
  138. msgstr ""