Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

81 linhas
3.1 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-external-postgres.md:1
  23. msgid "Using an external PostgreSQL server (optional)"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook-external-postgres.md:3
  26. msgid ""
  27. "By default, this playbook would set up a PostgreSQL database server on "
  28. "your machine, running in a Docker container. If that's okay, you can skip"
  29. " this document."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-external-postgres.md:5
  32. msgid ""
  33. "**Note**: using **an external Postgres server is currently [not very "
  34. "seamless](https://github.com/spantaleev/matrix-docker-ansible-"
  35. "deploy/issues/1682#issuecomment-1061461683) when it comes to enabling "
  36. "various other playbook services** - you will need to create a new "
  37. "database/credentials for each service and to point each service to its "
  38. "corresponding database using custom `vars.yml` configuration. **For the "
  39. "best experience with the playbook, stick to using the integrated Postgres"
  40. " server**."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-external-postgres.md:7
  43. msgid ""
  44. "If you'd like to use an external Postgres server that you manage, add the"
  45. " following configuration to your "
  46. "`inventory/host_vars/matrix.example.com/vars.yml` file (adapt to your "
  47. "needs):"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-external-postgres.md:23
  50. msgid ""
  51. "The database (as specified in `matrix_synapse_database_database`) must "
  52. "exist and be accessible with the given credentials. It must be empty or "
  53. "contain a valid Synapse database. If empty, Synapse would populate it the"
  54. " first time it runs."
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook-external-postgres.md:25
  57. msgid ""
  58. "**Note**: the external server that you specify in "
  59. "`matrix_synapse_database_host` must be accessible from within the "
  60. "`matrix-synapse` Docker container (and possibly other containers too). "
  61. "This means that it either needs to be a publicly accessible hostname or "
  62. "that it's a hostname on the same Docker network where all containers "
  63. "installed by this playbook run (a network called `matrix` by default). "
  64. "Using a local PostgreSQL instance on the host (running on the same "
  65. "machine, but not in a container) is not possible."
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook-external-postgres.md:27
  68. msgid ""
  69. "The connection to your external Postgres server **will not be SSL "
  70. "encrypted**, as [we don't support that yet](https://github.com/spantaleev"
  71. "/matrix-docker-ansible-deploy/issues/89)."
  72. msgstr ""