Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

114 satır
5.5 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-11-06 23:09+0900\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-element-admin.md:8
  19. msgid "Setting up Element Admin (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-element-admin.md:10
  22. msgid "The playbook can install and configure [Element Admin](https://github.com/element-hq/element-admin) for you."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-element-admin.md:12
  25. msgid "Element Admin is a web-based administration panel for Synapse and [Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md)."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-element-admin.md:14
  28. msgid "See the project's [documentation](https://github.com/element-hq/element-admin) to learn more."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-element-admin.md:16
  31. msgid "💡 **Note**: This project is still very young and doesn't have many features. For now, it's recommended to use [Synapse Admin](./configuring-playbook-synapse-admin.md) instead. Deployments that use [Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md) can use Element Admin for user-management (something that Synapse Admin can't do), while continuing to use Synapse Admin for all other purposes."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-element-admin.md:18
  34. msgid "Prerequisites"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-element-admin.md:20
  37. msgid "A [Synapse](configuring-playbook-synapse.md) homeserver with its Admin API enabled (the playbook automatically enables it for you when you enable Element Admin)"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-element-admin.md:21
  40. msgid "[Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md) with its Admin API enabled (the playbook automatically enables it for you when you enable Element Admin)"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-element-admin.md:23
  43. msgid "Decide on a domain and path"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-element-admin.md:25
  46. msgid "By default, the Element Admin is configured to be served on the `admin.element.example.com` domain."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-element-admin.md:27
  49. msgid "If you'd like to run Element Admin on another hostname, see the [Adjusting the Element Admin URL](#adjusting-the-element-admin-url-optional) section below."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-element-admin.md:29
  52. msgid "Adjusting DNS records (optional)"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-element-admin.md:31
  55. msgid "By default, this playbook installs Element Admin on the `admin.element.` subdomain (`admin.element.example.com`) and requires you to create a `CNAME` record for `admin.element`, which targets `matrix.example.com`."
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-element-admin.md:33
  58. msgid "When setting these values, replace `example.com` with your own."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-element-admin.md:35
  61. msgid "Adjusting the playbook configuration"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-element-admin.md:37
  64. msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-element-admin.md:43
  67. msgid "Adjusting the Element Admin URL (optional)"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-element-admin.md:45
  70. msgid "By tweaking the `matrix_element_admin_hostname` variable, you can easily make the service available at a **different hostname** than the default one."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-element-admin.md:47
  73. msgid "Example additional configuration for your `vars.yml` file:"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-element-admin.md:53
  76. msgid "[!WARNING] A `matrix_element_admin_path_prefix` variable is also available and mean to let you configure a path prefix for the Element Admin service, but **Element Admin does not support running under a sub-path yet**."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-element-admin.md:56
  79. msgid "Installing"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-element-admin.md:58
  82. 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:"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-element-admin.md:65
  85. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-element-admin.md:67
  88. 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."
  89. msgstr ""