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.

194 lines
9.2 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-cactus-comments.md:10
  19. msgid "Setting up Cactus Comments (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-cactus-comments.md:12
  22. msgid "The playbook can install and configure the [Cactus Comments](https://cactus.chat) system for you."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-cactus-comments.md:14
  25. msgid "Cactus Comments is a **federated comment system** built on Matrix. It respects your privacy, and puts you in control."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-cactus-comments.md:16
  28. 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."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-cactus-comments.md:18
  31. msgid "The playbook contains 2 roles for configuring different pieces of the Cactus Comments system:"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-cactus-comments.md:20
  34. msgid "`matrix-cactus-comments` — the backend appservice integrating with the Matrix homeserver"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-cactus-comments.md:22
  37. 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`)"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-cactus-comments.md:24
  40. msgid "You can enable whichever component you need (typically both)."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-cactus-comments.md:26
  43. msgid "Adjusting DNS records (optional)"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-cactus-comments.md:28
  46. 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."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-cactus-comments.md:30
  49. msgid "If you wish to adjust it, see the section [below](#adjusting-the-cactus-comments-client-url-optional) for details about DNS configuration."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-cactus-comments.md:32
  52. msgid "Adjusting the playbook configuration"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-cactus-comments.md:34
  55. msgid "To enable Cactus Comments, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-cactus-comments.md:54
  58. msgid "Adjusting the Cactus Comments' client URL (optional)"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-cactus-comments.md:56
  61. 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."
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-cactus-comments.md:58
  64. msgid "Example additional configuration for your `vars.yml` file:"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-cactus-comments.md:67
  67. 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`."
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-cactus-comments.md:69
  70. msgid "When setting, replace `example.com` with your own."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-cactus-comments.md:71
  73. msgid "Extending the configuration"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-cactus-comments.md:73
  76. msgid "There are some additional things you may wish to configure about the components."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-cactus-comments.md:75
  79. msgid "For `matrix-cactus-comments`, take a look at:"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-cactus-comments.md:77
  82. msgid "`roles/custom/matrix-cactus-comments/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-cactus-comments.md:79
  85. msgid "For `matrix-cactus-comments-client`, take a look at:"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-cactus-comments.md:81
  88. msgid "`roles/custom/matrix-cactus-comments-client/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-cactus-comments.md:83
  91. msgid "Installing"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-cactus-comments.md:85
  94. 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:"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-cactus-comments.md:92
  97. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-cactus-comments.md:94
  100. 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."
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-cactus-comments.md:96
  103. msgid "Usage"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-cactus-comments.md:98
  106. 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)."
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-cactus-comments.md:100
  109. 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."
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-cactus-comments.md:102
  112. msgid "Now you are good to go and can embed the comment section on your website!"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-cactus-comments.md:104
  115. msgid "Embed Cactus Comments"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-cactus-comments.md:106
  118. msgid "The official [documentation](https://cactus.chat/docs/getting-started/quick-start/) provides a useful guide to embed Cactus Comments on your website."
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-cactus-comments.md:108
  121. msgid "After including the JavaScript and CSS asset files, insert a `<div>` where you'd like to display the comment section:"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-cactus-comments.md:114
  124. 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:"
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-cactus-comments.md:128
  127. msgid "Adjust the domain name for self-hosting"
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-cactus-comments.md:130
  130. msgid "To have the assets served from your homeserver (not from `cactus.chat`), you need to adjust the domain name on the official documentation."
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-cactus-comments.md:132
  133. 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:"
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-cactus-comments.md:139
  136. 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."
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-cactus-comments.md:141
  139. msgid "Troubleshooting"
  140. msgstr ""
  141. #: ../../../docs/configuring-playbook-cactus-comments.md:143
  142. 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."
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-cactus-comments.md:145
  145. msgid "Increase logging verbosity"
  146. msgstr ""
  147. #: ../../../docs/configuring-playbook-cactus-comments.md:147
  148. 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:"
  149. msgstr ""