Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

174 rader
7.9 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, 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: 2026-02-13 10:32+0000\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-bot-go-neb.md:11
  19. msgid "Setting up Go-NEB (optional, unmaintained)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-bot-go-neb.md:13
  22. msgid "**Note**: [Go-NEB](https://github.com/matrix-org/go-neb) is now an archived (**unmaintained**) project. We recommend not bothering with installing it. While not a 1:1 replacement, the bridge's author suggests taking a look at [matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) as a replacement, which can also be [installed using this playbook](configuring-playbook-bridge-hookshot.md). Consider using that bot instead of this one."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-bot-go-neb.md:15
  25. msgid "The playbook can install and configure [Go-NEB](https://github.com/matrix-org/go-neb) for you."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-bot-go-neb.md:17
  28. msgid "Go-NEB is a Matrix bot written in Go. It is the successor to Matrix-NEB, the original Matrix bot written in Python."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-bot-go-neb.md:19
  31. msgid "See the project's [documentation](https://github.com/matrix-org/go-neb/blob/master/README.md) to learn what it does and why it might be useful to you."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-bot-go-neb.md:21
  34. msgid "Prerequisites"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-bot-go-neb.md:23
  37. msgid "Register the bot account"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-bot-go-neb.md:25
  40. msgid "The playbook does not automatically create users for you. You **need to register the bot user manually** before setting up the bot."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-bot-go-neb.md:27
  43. msgid "Generate a strong password for the bot. You can create one with a command like `pwgen -s 64 1`."
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-bot-go-neb.md:29
  46. msgid "You can use the playbook to [register a new user](registering-users.md):"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-bot-go-neb.md:35
  49. msgid "Obtain an access token"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-bot-go-neb.md:37
  52. msgid "The bot requires an access token to be able to connect to your homeserver. Refer to the documentation on [how to obtain an access token](obtaining-access-tokens.md)."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-bot-go-neb.md:39
  55. msgid "[!WARNING] Access tokens are sensitive information. Do not include them in any bug reports, messages, or logs. Do not share the access token with anyone."
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-bot-go-neb.md:42
  58. msgid "Adjusting DNS records"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bot-go-neb.md:44
  61. msgid "By default, this playbook installs Go-NEB on the `goneb.` subdomain (`goneb.example.com`) and requires you to create a CNAME record for `goneb`, which targets `matrix.example.com`."
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-bot-go-neb.md:46
  64. msgid "When setting, replace `example.com` with your own."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bot-go-neb.md:48
  67. msgid "Adjusting the playbook configuration"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-bot-go-neb.md:50
  70. msgid "To enable the bot, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file. Make sure to replace `ACCESS_TOKEN_FOR_GONEB_HERE` and `ACCESS_TOKEN_FOR_ANOTHER_GONEB_HERE` with the ones created [above](#obtain-an-access-token)."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-bot-go-neb.md:214
  73. msgid "Adjusting the Go-NEB URL (optional)"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-bot-go-neb.md:216
  76. msgid "By tweaking the `matrix_bot_go_neb_hostname` and `matrix_bot_go_neb_path_prefix` variables, you can easily make the service available at a **different hostname and/or path** than the default one."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-bot-go-neb.md:218
  79. msgid "Example additional configuration for your `vars.yml` file:"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-bot-go-neb.md:229
  82. msgid "After changing the domain, **you may need to adjust your DNS** records to point the Go-NEB domain to the Matrix server."
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-bot-go-neb.md:231
  85. msgid "If you've decided to reuse the `matrix.` domain, you won't need to do any extra DNS configuration."
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-bot-go-neb.md:233
  88. msgid "Extending the configuration"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bot-go-neb.md:235
  91. msgid "There are some additional things you may wish to configure about the bot."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bot-go-neb.md:237
  94. msgid "Take a look at:"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-bot-go-neb.md:239
  97. msgid "`roles/custom/matrix-bot-go-neb/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bot-go-neb.md:240
  100. msgid "`roles/custom/matrix-bot-go-neb/templates/config.yaml.j2` for the bot's default configuration. You can override settings (even those that don't have dedicated playbook variables) using the `matrix_bot_go_neb_configuration_extension_yaml` variable"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-bot-go-neb.md:242
  103. msgid "Installing"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-bot-go-neb.md:244
  106. 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:"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-bot-go-neb.md:251
  109. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-bot-go-neb.md:253
  112. 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. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-bot-go-neb.md:255
  115. msgid "Usage"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-bot-go-neb.md:257
  118. msgid "To use the bot, invite it to any existing Matrix room (`/invite @bot.go-neb:example.com` where `example.com` is your base domain, not the `matrix.` domain). Make sure you are granted with the sufficient permission if you are not the room owner."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-bot-go-neb.md:259
  121. msgid "Basic usage is like this: `!echo hi` or `!imgur puppies` or `!giphy matrix`"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-bot-go-neb.md:261
  124. msgid "If you enabled the github_cmd service, send `!github help` to the bot in the room to see the available commands."
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-bot-go-neb.md:263
  127. msgid "You can also refer to the upstream [Documentation](https://github.com/matrix-org/go-neb)."
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-bot-go-neb.md:265
  130. msgid "Troubleshooting"
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-bot-go-neb.md:267
  133. msgid "As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-bot-go-neb`."
  134. msgstr ""