Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

82 wiersze
3.0 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: 2025-01-27 09:54+0200\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/uninstalling.md:1
  23. msgid "Uninstalling"
  24. msgstr ""
  25. #: ../../../docs/uninstalling.md:3
  26. msgid "⚠️ **Warnings**:"
  27. msgstr ""
  28. #: ../../../docs/uninstalling.md:4
  29. msgid "If your server federates with others, make sure to **leave any federated rooms before nuking your Matrix server's data**. Otherwise, the next time you set up a Matrix server for this domain (regardless of the installation method you use), you'll encounter trouble federating."
  30. msgstr ""
  31. #: ../../../docs/uninstalling.md:5
  32. msgid "If you have some trouble with your installation, you can just [re-run the playbook](installing.md) and it will try to set things up again. **Uninstalling and then installing anew rarely solves anything**."
  33. msgstr ""
  34. #: ../../../docs/uninstalling.md:9
  35. msgid "Uninstalling using a script"
  36. msgstr ""
  37. #: ../../../docs/uninstalling.md:11
  38. msgid "Installing places a `/matrix/bin/remove-all` script on the server."
  39. msgstr ""
  40. #: ../../../docs/uninstalling.md:13
  41. msgid "You can run it to to have it uninstall things for you automatically (see below). **Use with caution!**"
  42. msgstr ""
  43. #: ../../../docs/uninstalling.md:15
  44. msgid "Uninstalling manually"
  45. msgstr ""
  46. #: ../../../docs/uninstalling.md:17
  47. msgid "If you prefer to uninstall manually, run these commands (most are meant to be executed on the Matrix server itself):"
  48. msgstr ""
  49. #: ../../../docs/uninstalling.md:19
  50. msgid "ensure all Matrix services are stopped: `ansible-playbook -i inventory/hosts setup.yml --tags=stop` (if you can't get Ansible working to run this command, you can run `systemctl stop 'matrix*'` manually on the server)"
  51. msgstr ""
  52. #: ../../../docs/uninstalling.md:21
  53. msgid "delete the Matrix-related systemd `.service` and `.timer` files (`rm -f /etc/systemd/system/matrix*.{service,timer}`) and reload systemd (`systemctl daemon-reload`)"
  54. msgstr ""
  55. #: ../../../docs/uninstalling.md:23
  56. msgid "delete some cached Docker images (`docker system prune -a`) or just delete them all (`docker rmi $(docker images -aq)`)"
  57. msgstr ""
  58. #: ../../../docs/uninstalling.md:25
  59. msgid "delete the Docker networks: `docker network rm matrix matrix-coturn` (might have been deleted already if you ran the `docker system prune` command)"
  60. msgstr ""
  61. #: ../../../docs/uninstalling.md:27
  62. msgid "uninstall Docker itself, if necessary"
  63. msgstr ""
  64. #: ../../../docs/uninstalling.md:29
  65. msgid "delete the `/matrix` directory (`rm -rf /matrix`)"
  66. msgstr ""