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.
 
 
 

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