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.
 
 
 

147 lines
4.9 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-16 12:05+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-client-cinny.md:1
  24. msgid "Setting up Cinny (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-client-cinny.md:3
  27. msgid ""
  28. "This playbook can install the [Cinny](https://github.com/ajbura/cinny) "
  29. "Matrix web client for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-client-cinny.md:5
  32. msgid ""
  33. "Cinny is a web client focusing primarily on simple, elegant and secure "
  34. "interface. It can be installed alongside or instead of [Element Web"
  35. "](./configuring-playbook-client-element-web.md)."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-client-cinny.md:7
  38. msgid ""
  39. "💡 **Note**: the latest version of Cinny is also available on the web, "
  40. "hosted by 3rd parties. If you trust giving your credentials to the "
  41. "following 3rd party Single Page Applications, you can consider using it "
  42. "from there and avoiding the (small) overhead of self-hosting:"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook-client-cinny.md:9
  45. msgid ""
  46. "[app.cinny.in](https://app.cinny.in), hosted by the "
  47. "[Cinny](https://cinny.in/) developers"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-client-cinny.md:11
  50. msgid "Adjusting the playbook configuration"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-client-cinny.md:13
  53. msgid ""
  54. "To enable Cinny, add the following configuration to your "
  55. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-client-cinny.md:19
  58. msgid "Adjusting the Cinny URL"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-client-cinny.md:21
  61. msgid ""
  62. "By default, this playbook installs Cinny on the `cinny.` subdomain "
  63. "(`cinny.example.com`) and requires you to [adjust your DNS records"
  64. "](#adjusting-dns-records)."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-client-cinny.md:23
  67. msgid ""
  68. "By tweaking the `matrix_client_cinny_hostname` variable, you can easily "
  69. "make the service available at a **different hostname** than the default "
  70. "one."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-client-cinny.md:25
  73. msgid ""
  74. "While a `matrix_client_cinny_path_prefix` variable exists for tweaking "
  75. "the path-prefix, it's [not supported "
  76. "anymore](https://github.com/spantaleev/matrix-docker-ansible-"
  77. "deploy/issues/3701), because Cinny requires an application rebuild (with "
  78. "a tweaked build config) to be functional under a custom path."
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-client-cinny.md:27
  81. msgid ""
  82. "Example additional configuration for your "
  83. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-client-cinny.md:34
  86. msgid "Adjusting DNS records"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-client-cinny.md:36
  89. msgid ""
  90. "Once you've decided on the domain, **you may need to adjust your DNS** "
  91. "records to point the Cinny domain to the Matrix server."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-client-cinny.md:38
  94. msgid ""
  95. "By default, you will need to create a CNAME record for `cinny`. See "
  96. "[Configuring DNS](configuring-dns.md) for details about DNS changes."
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-client-cinny.md:40
  99. msgid ""
  100. "If you've adjusted `matrix_client_cinny_hostname`, you will need to "
  101. "adjust your DNS configuration accordingly."
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook-client-cinny.md:42
  104. msgid "Installing"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-client-cinny.md:44
  107. msgid ""
  108. "After configuring the playbook and [adjusting your DNS records"
  109. "](#adjusting-dns-records), run the playbook with [playbook tags"
  110. "](playbook-tags.md) as below:"
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook-client-cinny.md:51
  113. msgid ""
  114. "The shortcut commands with the [`just` program](just.md) are also "
  115. "available: `just install-all` or `just setup-all`"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-client-cinny.md:53
  118. msgid ""
  119. "`just install-all` is useful for maintaining your setup quickly ([2x-5x "
  120. "faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-"
  121. "runtime) than `just setup-all`) when its components remain unchanged. If "
  122. "you adjust your `vars.yml` to remove other components, you'd need to run "
  123. "`just setup-all`, or these components will still remain installed. Note "
  124. "these shortcuts run the `ensure-matrix-users-created` tag too."
  125. msgstr ""