Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

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