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.
 
 

206 lines
9.5 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: 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-cactus-comments.md:1
  23. msgid "Setting up Cactus Comments (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-cactus-comments.md:3
  26. msgid "The playbook can install and configure the [Cactus Comments](https://cactus.chat) system for you."
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-cactus-comments.md:5
  29. msgid "Cactus Comments is a **federated comment system** built on Matrix. It respects your privacy, and puts you in control."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-cactus-comments.md:7
  32. msgid "See the project's [documentation](https://cactus.chat/docs/getting-started/introduction/) to learn what it does and why it might be useful to you."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-cactus-comments.md:9
  35. msgid "The playbook contains 2 roles for configuring different pieces of the Cactus Comments system:"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-cactus-comments.md:11
  38. msgid "`matrix-cactus-comments` — the backend appservice integrating with the Matrix homeserver"
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-cactus-comments.md:13
  41. msgid "`matrix-cactus-comments-client` — a static website server serving the [cactus-client](https://cactus.chat/docs/client/introduction/) static assets (`cactus.js` and `styles.css`)"
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-cactus-comments.md:15
  44. msgid "You can enable whichever component you need (typically both)."
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-cactus-comments.md:17
  47. msgid "Adjusting DNS records (optional)"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-cactus-comments.md:19
  50. msgid "By default, this playbook installs Cactus Comments' client on the `matrix.` subdomain, at the `/cactus-comments` path (https://matrix.example.com/cactus-comments). 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."
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-cactus-comments.md:21
  53. msgid "If you wish to adjust it, see the section [below](#adjusting-the-cactus-comments-client-url-optional) for details about DNS configuration."
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-cactus-comments.md:23
  56. msgid "Adjusting the playbook configuration"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-cactus-comments.md:25
  59. msgid "To enable Cactus Comments, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-cactus-comments.md:45
  62. msgid "Adjusting the Cactus Comments' client URL (optional)"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-cactus-comments.md:47
  65. msgid "By tweaking the `matrix_cactus_comments_client_hostname` and `matrix_cactus_comments_client_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-cactus-comments.md:49
  68. msgid "Example additional configuration for your `vars.yml` file:"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-cactus-comments.md:58
  71. msgid "If you've changed the default hostname, you may need to create a CNAME record for the Cactus Comments' client domain (`cactus.example.com`), which targets `matrix.example.com`."
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-cactus-comments.md:60
  74. msgid "When setting, replace `example.com` with your own."
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-cactus-comments.md:62
  77. msgid "Extending the configuration"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-cactus-comments.md:64
  80. msgid "There are some additional things you may wish to configure about the components."
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-cactus-comments.md:66
  83. msgid "For `matrix-cactus-comments`, take a look at:"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-cactus-comments.md:68
  86. msgid "`roles/custom/matrix-cactus-comments/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-cactus-comments.md:70
  89. msgid "For `matrix-cactus-comments-client`, take a look at:"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-cactus-comments.md:72
  92. msgid "`roles/custom/matrix-cactus-comments-client/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook-cactus-comments.md:74
  95. msgid "Installing"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook-cactus-comments.md:76
  98. 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:"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook-cactus-comments.md:83
  101. msgid "**Notes**:"
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-cactus-comments.md:85
  104. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-cactus-comments.md:87
  107. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-cactus-comments.md:89
  110. 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."
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-cactus-comments.md:91
  113. msgid "Usage"
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook-cactus-comments.md:93
  116. msgid "To use the component, you need to start a chat with `@bot.cactusbot:example.com` (where `example.com` is your base domain, not the `matrix.` domain)."
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook-cactus-comments.md:95
  119. msgid "Then, register a site by sending `register YOUR_SITE_NAME_HERE` (where `YOUR_SITE_NAME_HERE` is a unique identifier you choose. It does not have to match your domain). You will then be invited into a moderation room."
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook-cactus-comments.md:97
  122. msgid "Now you are good to go and can embed the comment section on your website!"
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook-cactus-comments.md:99
  125. msgid "Embed Cactus Comments"
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-cactus-comments.md:101
  128. msgid "The official [documentation](https://cactus.chat/docs/getting-started/quick-start/) provides a useful guide to embed Cactus Comments on your website."
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook-cactus-comments.md:103
  131. msgid "After including the JavaScript and CSS asset files, insert a `<div>` where you'd like to display the comment section:"
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook-cactus-comments.md:109
  134. msgid "Then, you need to initialize the comment section. Make sure to replace `example.com` with your base domain and `YOUR_SITE_NAME_HERE` with the one that has been registered above:"
  135. msgstr ""
  136. #: ../../../docs/configuring-playbook-cactus-comments.md:123
  137. msgid "Adjust the domain name for self-hosting"
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook-cactus-comments.md:125
  140. msgid "To have the assets served from your homeserver (not from `cactus.chat`), you need to adjust the domain name on the official documentation."
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook-cactus-comments.md:127
  143. msgid "Make sure to replace `example.com` with your base domain before you include the following lines, instead of the one provided by the official documentation:"
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-cactus-comments.md:134
  146. msgid "**Note**: if the `matrix_cactus_comments_client_hostname` and `matrix_cactus_comments_client_path_prefix` variables are tweaked, you would need to adjust the URLs of the assets accordingly."
  147. msgstr ""
  148. #: ../../../docs/configuring-playbook-cactus-comments.md:136
  149. msgid "Troubleshooting"
  150. msgstr ""
  151. #: ../../../docs/configuring-playbook-cactus-comments.md:138
  152. 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-cactus-comments` for the backend appservice or `journalctl -fu matrix-cactus-comments-client` for the server serving the client assets, respectively."
  153. msgstr ""
  154. #: ../../../docs/configuring-playbook-cactus-comments.md:140
  155. msgid "Increase logging verbosity"
  156. msgstr ""
  157. #: ../../../docs/configuring-playbook-cactus-comments.md:142
  158. msgid "It is possible to increase logging verbosity for `matrix-cactus-comments-client`. The default logging level for this component is `error`. If you want to increase the verbosity, add the following configuration to your `vars.yml` file and re-run the playbook:"
  159. msgstr ""