Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

90 righe
4.1 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2025, 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: 2025-01-27 09:54+0200\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-riot-web.md:1
  19. msgid "Configuring Riot-web (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-riot-web.md:3
  22. msgid "By default, this playbook **used to install** the [Riot-web](https://github.com/element-hq/riot-web) Matrix client web application."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-riot-web.md:5
  25. msgid "Riot has since been [renamed to Element](https://element.io/blog/welcome-to-element/)."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-riot-web.md:7
  28. msgid "to learn more about Element Web and its configuration, see our dedicated [Configuring Element Web](configuring-playbook-client-element-web.md) documentation page"
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-riot-web.md:8
  31. msgid "to learn how to migrate from Riot to Element Web, see [Migrating to Element Web](#migrating-to-element-web) below"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-riot-web.md:10
  34. msgid "Migrating to Element Web"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-riot-web.md:12
  37. msgid "Migrating your custom settings"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-riot-web.md:14
  40. msgid "If you have custom `matrix_riot_web_` variables in your `inventory/host_vars/matrix.example.com/vars.yml` file, you'll need to rename them (`matrix_riot_web_` -> `matrix_client_element_`)."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-riot-web.md:16
  43. msgid "Some other playbook variables (but not all) with `riot` in their name are also renamed. The playbook checks and warns if you are using the old name for some commonly used ones."
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-riot-web.md:18
  46. msgid "Domain migration"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-riot-web.md:20
  49. msgid "We used to set up Riot at the `riot.example.com` domain. The playbook now sets up Element Web at `element.example.com` by default."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-riot-web.md:22
  52. msgid "There are a few options for handling this:"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-riot-web.md:24
  55. msgid "(**avoiding changes** — using the old `riot.example.com` domain and avoiding DNS changes) — to keep using `riot.example.com` instead of `element.example.com`, override the domain at which the playbook serves Element Web: `matrix_server_fqn_element: \"riot.{{ matrix_domain }}\"`"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-riot-web.md:26
  58. msgid "(**embracing changes** — using only `element.example.com`) — set up the `element.example.com` DNS record (see [Configuring DNS](configuring-dns.md)). You can drop the `riot.example.com` in this case."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-riot-web.md:28
  61. msgid "Re-running the playbook"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-riot-web.md:30
  64. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-riot-web.md:37
  67. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-riot-web.md:39
  70. 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."
  71. msgstr ""