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.
 
 

162 satır
7.7 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, 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: 2026-03-03 10:49+0000\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-continuwuity.md:8
  19. msgid "Configuring Continuwuity (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-continuwuity.md:10
  22. msgid "The playbook can install and configure the [Continuwuity](https://continuwuity.org) Matrix server for you."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-continuwuity.md:12
  25. msgid "See the project's [documentation](https://continuwuity.org) to learn what it does and why it might be useful to you."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-continuwuity.md:14
  28. msgid "By default, the playbook installs [Synapse](https://github.com/element-hq/synapse) as it's the only full-featured Matrix server at the moment. If that's okay, you can skip this document."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-continuwuity.md:16
  31. msgid "💡 **Note**: continuwuity is a fork of [conduwuit](./configuring-playbook-conduwuit.md), which the playbook has supported."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-continuwuity.md:18
  34. msgid "[!WARNING]"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-continuwuity.md:19
  37. msgid "**You can't switch an existing Matrix server's implementation** (e.g. Synapse -> Continuwuity). Proceed below only if you're OK with losing data or you're dealing with a server on a new domain name, which hasn't participated in the Matrix federation yet."
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-continuwuity.md:20
  40. msgid "**Homeserver implementations other than Synapse may not be fully functional**. The playbook may also not assist you in an optimal way (like it does with Synapse). Make yourself familiar with the downsides before proceeding"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-continuwuity.md:22
  43. msgid "Adjusting the playbook configuration"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-continuwuity.md:24
  46. msgid "To use Continuwuity, you **generally** need to adjust the `matrix_homeserver_implementation: synapse` configuration on your `inventory/host_vars/matrix.example.com/vars.yml` file as below:"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-continuwuity.md:38
  49. msgid "Extending the configuration"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-continuwuity.md:40
  52. msgid "There are some additional things you may wish to configure about the server."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-continuwuity.md:42
  55. msgid "Take a look at:"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-continuwuity.md:44
  58. msgid "`roles/custom/matrix-continuwuity/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-continuwuity.md:45
  61. msgid "`roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2` for the server's default configuration"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-continuwuity.md:47
  64. msgid "There are various Ansible variables that control settings in the `continuwuity.toml` file."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-continuwuity.md:49
  67. msgid "If a specific setting you'd like to change does not have a dedicated Ansible variable, you can either submit a PR to us to add it, or you can [override the setting using an environment variable](https://continuwuity.org/configuration#environment-variables) using `matrix_continuwuity_environment_variables_extension`. For example:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-continuwuity.md:57
  70. msgid "Creating the first user account"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-continuwuity.md:59
  73. msgid "Unlike other homeserver implementations (like Synapse and Dendrite), continuwuity does not support creating users via the command line or via the playbook."
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-continuwuity.md:61
  76. msgid "On first startup, Continuwuity creates a special one-time-use registration token and logs it to the server's console. To access this, you will need to SSH into the server and run the following command:"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-continuwuity.md:68
  79. msgid "Find the token, highlight it, and copy it (ctrl+shift+C). This token should allow you to create the first user account via any client (like [Element Web](./configuring-playbook-client-element-web.md)) which supports creating users."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-continuwuity.md:70
  82. msgid "The **first user account that you create will be marked as an admin** and **will be automatically invited to an admin room**."
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-continuwuity.md:73
  85. msgid "Configuring bridges / appservices"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-continuwuity.md:75
  88. msgid "For other homeserver implementations (like Synapse and Dendrite), the playbook automatically registers appservices (for bridges, bots, etc.) with the homeserver."
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-continuwuity.md:77
  91. msgid "For continuwuity, you will have to manually register appservices using the [`!admin appservices register` command](https://continuwuity.org/appservices.html#set-up-the-appservice---general-instructions) sent to the server bot account."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-continuwuity.md:79
  94. msgid "The server's bot account has a Matrix ID of `@conduit:example.com` (not `@continuwuity:example.com`!) due to continuwuity's historical legacy. Your first user account would already have been invited to an admin room with this bot."
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-continuwuity.md:82
  97. msgid "Find the appservice file you'd like to register. This can be any `registration.yaml` file found in the `/matrix` directory, for example `/matrix/mautrix-signal/bridge/registration.yaml`."
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-continuwuity.md:84
  100. msgid "Then, send its content to the existing admin room:"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-continuwuity.md:108
  103. msgid "Migrating from conduwuit"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-continuwuity.md:110
  106. msgid "Since Continuwuity is a drop-in replacement for [conduwuit](configuring-playbook-conduwuit.md), migration is possible."
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-continuwuity.md:112
  109. msgid "Make sure that Continuwuity is properly set up on your `vars.yml` as described above"
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-continuwuity.md:114
  112. msgid "Make sure that Conduwuit references are removed from your `vars.yml` file"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-continuwuity.md:116
  115. msgid "Run the installation in a way that installs new services and uninstalls old ones (e.g. `just setup-all`)"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-continuwuity.md:118
  118. msgid "Run the playbook with the `continuwuity-migrate-from-conduwuit` tag (e.g. `just run-tags continuwuity-migrate-from-conduwuit`). This migrates data from `/matrix/conduwuit` to `/matrix/continuwuity`"
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-continuwuity.md:120
  121. msgid "Troubleshooting"
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-continuwuity.md:122
  124. msgid "As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-continuwuity`."
  125. msgstr ""