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.
 
 

118 lines
5.4 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, 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>, 2026.
  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: 2026-04-03 11:56+0100\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.18.0\n"
  22. #: ../../../docs/configuring-playbook-element-admin.md:8
  23. msgid "Setting up Element Admin (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-element-admin.md:10
  26. msgid "The playbook can install and configure [Element Admin](https://github.com/element-hq/element-admin) for you."
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook-element-admin.md:12
  29. msgid "Element Admin is a web-based administration panel for Synapse and [Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md)."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-element-admin.md:14
  32. msgid "See the project's [documentation](https://github.com/element-hq/element-admin) to learn more."
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook-element-admin.md:16
  35. msgid "💡 **Note**: This project is still very young and doesn't have many features. [Ketesa](./configuring-playbook-ketesa.md) is the fully-featured alternative — it covers all Synapse and MAS Admin APIs, including complete user management, session management, and MAS policy data. Element Admin remains a valid choice if you prefer its interface."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-element-admin.md:18
  38. msgid "Prerequisites"
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook-element-admin.md:20
  41. 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)"
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-element-admin.md:21
  44. 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)"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook-element-admin.md:23
  47. msgid "Decide on a domain and path"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-element-admin.md:25
  50. msgid "By default, the Element Admin is configured to be served on the `admin.element.example.com` domain."
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-element-admin.md:27
  53. 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."
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-element-admin.md:29
  56. msgid "Adjusting DNS records (optional)"
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook-element-admin.md:31
  59. 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`."
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook-element-admin.md:33
  62. msgid "When setting these values, replace `example.com` with your own."
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook-element-admin.md:35
  65. msgid "Adjusting the playbook configuration"
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-element-admin.md:37
  68. msgid "Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook-element-admin.md:43
  71. msgid "Adjusting the Element Admin URL (optional)"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook-element-admin.md:45
  74. msgid "By tweaking the `matrix_element_admin_hostname` variable, you can easily make the service available at a **different hostname** than the default one."
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-element-admin.md:47
  77. msgid "Example additional configuration for your `vars.yml` file:"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook-element-admin.md:53
  80. 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**."
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook-element-admin.md:56
  83. msgid "Installing"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook-element-admin.md:58
  86. 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:"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook-element-admin.md:65
  89. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook-element-admin.md:67
  92. 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."
  93. msgstr ""