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.
 
 

78 lines
3.0 KiB

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