Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

171 行
7.7 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: 2024-12-20 23:17+0900\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: bg\n"
  17. "Language-Team: bg <LL@li.org>\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Generated-By: Babel 2.16.0\n"
  23. #: ../../../docs/configuring-playbook-cactus-comments.md:1
  24. msgid "Setting up Cactus Comments (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-cactus-comments.md:3
  27. msgid "The playbook can install and configure the [Cactus Comments](https://cactus.chat) system for you."
  28. msgstr ""
  29. #: ../../../docs/configuring-playbook-cactus-comments.md:5
  30. msgid "Cactus Comments is a **federated comment system** built on Matrix. It respects your privacy, and puts you in control."
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook-cactus-comments.md:7
  33. 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."
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook-cactus-comments.md:9
  36. msgid "The playbook contains 2 roles for configuring different pieces of the Cactus Comments system:"
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook-cactus-comments.md:11
  39. msgid "`matrix-cactus-comments` - the backend appservice integrating with the Matrix homeserver"
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook-cactus-comments.md:13
  42. 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`)"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-cactus-comments.md:15
  45. msgid "You can enable whichever component you need (typically both)."
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook-cactus-comments.md:17
  48. msgid "Configuration"
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook-cactus-comments.md:19
  51. msgid "To enable Cactus Comments, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook-cactus-comments.md:41
  54. msgid "Adjusting the Cactus Comments' client URL"
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-cactus-comments.md:43
  57. 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."
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook-cactus-comments.md:45
  60. 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."
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook-cactus-comments.md:47
  63. msgid "Example additional configuration for your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-cactus-comments.md:56
  66. msgid "Adjusting DNS records"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-cactus-comments.md:58
  69. msgid "If you've changed the default hostname, **you may need to adjust your DNS** records to point the Cactus Comments' client domain to the Matrix server."
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-cactus-comments.md:60
  72. msgid "See [Configuring DNS](configuring-dns.md) for details about DNS changes."
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-cactus-comments.md:62
  75. msgid "If you've decided to use the default hostname, you won't need to do any extra DNS configuration."
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-cactus-comments.md:64
  78. msgid "Installing"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-cactus-comments.md:66
  81. 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:"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-cactus-comments.md:73
  84. msgid "**Notes**:"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-cactus-comments.md:75
  87. msgid "The `ensure-matrix-users-created` playbook tag makes the playbook automatically create the bot's user account."
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-cactus-comments.md:77
  90. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-cactus-comments.md:79
  93. 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."
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-cactus-comments.md:81
  96. msgid "Usage"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-cactus-comments.md:83
  99. msgid "Upon starting Cactus Comments, a `bot.cactusbot` user account is created automatically."
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-cactus-comments.md:85
  102. msgid "To get started, send `help` to the `@bot.cactusbot:example.com` bot to confirm it's working."
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-cactus-comments.md:87
  105. msgid "Then, register a site by sending `register <YourSiteName>` (where `<YourSiteName>` is a unique identifier you choose. It does not have to match your domain). You will then be invited into a moderation room."
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-cactus-comments.md:89
  108. msgid "Now you are good to go and can embed the comment section on your website!"
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-cactus-comments.md:91
  111. msgid "Embed Cactus Comments"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-cactus-comments.md:93
  114. msgid "The official [documentation](https://cactus.chat/docs/getting-started/quick-start/) provides a useful guide to embed Cactus Comments on your website."
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-cactus-comments.md:95
  117. msgid "After including the JavaScript and CSS asset files, insert a `<div>` where you'd like to display the comment section:"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-cactus-comments.md:101
  120. msgid "Then, you need to initialize the comment section. Make sure to replace `example.com` with your base domain and `<YourSiteName>` with the one that has been registered above:"
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-cactus-comments.md:115
  123. msgid "Adjust the domain name for self-hosting"
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-cactus-comments.md:117
  126. msgid "To have the assets served from your homeserver (not from `cactus.chat`), you need to adjust the domain name on the official documentation."
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-cactus-comments.md:119
  129. 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:"
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-cactus-comments.md:126
  132. 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."
  133. msgstr ""