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.
 
 
 

147 rader
6.5 KiB

  1. # Translations template for PROJECT.
  2. # Copyright (C) 2024 ORGANIZATION
  3. # This file is distributed under the same license as the PROJECT project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PROJECT VERSION\n"
  10. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  11. "POT-Creation-Date: 2024-12-20 09:53+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. "Generated-By: Babel 2.16.0\n"
  19. #: ../../../docs/configuring-playbook-bot-go-neb.md:1
  20. msgid "Setting up Go-NEB (optional, unmaintained)"
  21. msgstr ""
  22. #: ../../../docs/configuring-playbook-bot-go-neb.md:3
  23. 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."
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-bot-go-neb.md:5
  26. msgid "The playbook can install and configure [Go-NEB](https://github.com/matrix-org/go-neb) for you."
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-bot-go-neb.md:7
  29. msgid "Go-NEB is a Matrix bot written in Go. It is the successor to Matrix-NEB, the original Matrix bot written in Python."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-bot-go-neb.md:9
  32. 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."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-bot-go-neb.md:11
  35. msgid "Registering the bot account"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-bot-go-neb.md:13
  38. msgid "The playbook does not automatically create users for you. The bot requires at least 1 access token to be able to connect to your homeserver."
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-bot-go-neb.md:15
  41. msgid "You **need to register the bot user manually** before setting up the bot."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-bot-go-neb.md:17
  44. msgid "Choose a strong password for the bot. You can generate a good password with a command like this: `pwgen -s 64 1`."
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-bot-go-neb.md:19
  47. msgid "You can use the playbook to [register a new user](registering-users.md):"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-bot-go-neb.md:25
  50. msgid "Once the user is created you can [obtain an access token](obtaining-access-tokens.md)."
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-bot-go-neb.md:27
  53. msgid "Adjusting the playbook configuration"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-bot-go-neb.md:29
  56. msgid "To enable Go-NEB, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-bot-go-neb.md:193
  59. msgid "Adjusting the Go-NEB URL"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-bot-go-neb.md:195
  62. msgid "By default, this playbook installs Go-NEB on the `goneb.` subdomain (`goneb.example.com`) and requires you to [adjust your DNS records](#adjusting-dns-records)."
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-bot-go-neb.md:197
  65. 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."
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-bot-go-neb.md:199
  68. msgid "Example additional configuration for your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-bot-go-neb.md:210
  71. msgid "Adjusting DNS records"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-bot-go-neb.md:212
  74. msgid "Once you've decided on the domain and path, **you may need to adjust your DNS** records to point the Go-NEB domain to the Matrix server."
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-bot-go-neb.md:214
  77. msgid "By default, you will need to create a CNAME record for `goneb`. See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-bot-go-neb.md:216
  80. msgid "If you've decided to reuse the `matrix.` domain, you won't need to do any extra DNS configuration."
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-bot-go-neb.md:218
  83. msgid "Installing"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-bot-go-neb.md:220
  86. 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:"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-bot-go-neb.md:227
  89. msgid "**Notes**:"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-bot-go-neb.md:229
  92. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-bot-go-neb.md:231
  95. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-bot-go-neb.md:233
  98. 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."
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-bot-go-neb.md:235
  101. msgid "Usage"
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-bot-go-neb.md:237
  104. 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."
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-bot-go-neb.md:239
  107. msgid "Basic usage is like this: `!echo hi` or `!imgur puppies` or `!giphy matrix`"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-bot-go-neb.md:241
  110. msgid "If you enabled the github_cmd service you can get the supported commands via `!github help`"
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-bot-go-neb.md:243
  113. msgid "You can also refer to the upstream [Documentation](https://github.com/matrix-org/go-neb)."
  114. msgstr ""