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.
 
 
 

126 lines
3.9 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: bg\n"
  17. "Language-Team: bg <LL@li.org>\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Generated-By: Babel 2.16.0\n"
  23. #: ../../../docs/maintenance-and-troubleshooting.md:1
  24. msgid "Maintenance and Troubleshooting"
  25. msgstr ""
  26. #: ../../../docs/maintenance-and-troubleshooting.md:3
  27. msgid "How to see the current status of your services"
  28. msgstr ""
  29. #: ../../../docs/maintenance-and-troubleshooting.md:5
  30. msgid ""
  31. "You can check the status of your services by using `systemctl status`. "
  32. "Example:"
  33. msgstr ""
  34. #: ../../../docs/maintenance-and-troubleshooting.md:15
  35. msgid ""
  36. "Docker containers that the playbook configures are supervised by "
  37. "[systemd](https://wiki.archlinux.org/title/Systemd) and their logs are "
  38. "configured to go to [systemd-"
  39. "journald](https://wiki.archlinux.org/title/Systemd/Journal)."
  40. msgstr ""
  41. #: ../../../docs/maintenance-and-troubleshooting.md:17
  42. msgid ""
  43. "To prevent double-logging, Docker logging is disabled by explicitly "
  44. "passing `--log-driver=none` to all containers. Due to this, you "
  45. "**cannot** view logs using `docker logs`."
  46. msgstr ""
  47. #: ../../../docs/maintenance-and-troubleshooting.md:19
  48. msgid ""
  49. "To view systemd-journald logs using "
  50. "[journalctl](https://man.archlinux.org/man/journalctl.1), run a command "
  51. "like this:"
  52. msgstr ""
  53. #: ../../../docs/maintenance-and-troubleshooting.md:25
  54. msgid "Increasing Synapse logging"
  55. msgstr ""
  56. #: ../../../docs/maintenance-and-troubleshooting.md:27
  57. msgid ""
  58. "Because the [Synapse](https://github.com/element-hq/synapse) Matrix "
  59. "server is originally very chatty when it comes to logging, we "
  60. "intentionally reduce its [logging "
  61. "level](https://docs.python.org/3/library/logging.html#logging-levels) "
  62. "from `INFO` to `WARNING`."
  63. msgstr ""
  64. #: ../../../docs/maintenance-and-troubleshooting.md:29
  65. msgid ""
  66. "If you'd like to debug an issue or [report a Synapse "
  67. "bug](https://github.com/element-hq/synapse/issues/new/choose) to the "
  68. "developers, it'd be better if you temporarily increasing the logging "
  69. "level to `INFO`."
  70. msgstr ""
  71. #: ../../../docs/maintenance-and-troubleshooting.md:31
  72. msgid "Example configuration (`inventory/host_vars/matrix.example.com/vars.yml`):"
  73. msgstr ""
  74. #: ../../../docs/maintenance-and-troubleshooting.md:39
  75. msgid "Re-run the playbook after making these configuration changes."
  76. msgstr ""
  77. #: ../../../docs/maintenance-and-troubleshooting.md:41
  78. msgid "Remove unused Docker data"
  79. msgstr ""
  80. #: ../../../docs/maintenance-and-troubleshooting.md:43
  81. msgid ""
  82. "You can free some disk space from Docker, see [docker system "
  83. "prune](https://docs.docker.com/engine/reference/commandline/system_prune/)"
  84. " for more information."
  85. msgstr ""
  86. #: ../../../docs/maintenance-and-troubleshooting.md:49
  87. msgid ""
  88. "The shortcut command with `just` program is also available: `just run-"
  89. "tags run-docker-prune`"
  90. msgstr ""
  91. #: ../../../docs/maintenance-and-troubleshooting.md:51
  92. msgid "Postgres"
  93. msgstr ""
  94. #: ../../../docs/maintenance-and-troubleshooting.md:53
  95. msgid ""
  96. "See the dedicated [PostgreSQL Maintenance](maintenance-postgres.md) "
  97. "documentation page."
  98. msgstr ""
  99. #: ../../../docs/maintenance-and-troubleshooting.md:55
  100. msgid "Ma1sd"
  101. msgstr ""
  102. #: ../../../docs/maintenance-and-troubleshooting.md:57
  103. msgid ""
  104. "See the dedicated [Adjusting ma1sd Identity Server configuration"
  105. "](configuring-playbook-ma1sd.md) documentation page."
  106. msgstr ""