Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

83 líneas
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: 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: 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/uninstalling.md:1
  24. msgid "Uninstalling"
  25. msgstr ""
  26. #: ../../../docs/uninstalling.md:3
  27. msgid "⚠️ **Warnings**:"
  28. msgstr ""
  29. #: ../../../docs/uninstalling.md:4
  30. 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."
  31. msgstr ""
  32. #: ../../../docs/uninstalling.md:5
  33. 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**."
  34. msgstr ""
  35. #: ../../../docs/uninstalling.md:9
  36. msgid "Uninstalling using a script"
  37. msgstr ""
  38. #: ../../../docs/uninstalling.md:11
  39. msgid "Installing places a `/matrix/bin/remove-all` script on the server."
  40. msgstr ""
  41. #: ../../../docs/uninstalling.md:13
  42. msgid "You can run it to to have it uninstall things for you automatically (see below). **Use with caution!**"
  43. msgstr ""
  44. #: ../../../docs/uninstalling.md:15
  45. msgid "Uninstalling manually"
  46. msgstr ""
  47. #: ../../../docs/uninstalling.md:17
  48. msgid "If you prefer to uninstall manually, run these commands (most are meant to be executed on the Matrix server itself):"
  49. msgstr ""
  50. #: ../../../docs/uninstalling.md:19
  51. 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)"
  52. msgstr ""
  53. #: ../../../docs/uninstalling.md:21
  54. msgid "delete the Matrix-related systemd `.service` and `.timer` files (`rm -f /etc/systemd/system/matrix*.{service,timer}`) and reload systemd (`systemctl daemon-reload`)"
  55. msgstr ""
  56. #: ../../../docs/uninstalling.md:23
  57. msgid "delete some cached Docker images (`docker system prune -a`) or just delete them all (`docker rmi $(docker images -aq)`)"
  58. msgstr ""
  59. #: ../../../docs/uninstalling.md:25
  60. msgid "delete the Docker networks: `docker network rm matrix matrix-coturn` (might have been deleted already if you ran the `docker system prune` command)"
  61. msgstr ""
  62. #: ../../../docs/uninstalling.md:27
  63. msgid "uninstall Docker itself, if necessary"
  64. msgstr ""
  65. #: ../../../docs/uninstalling.md:29
  66. msgid "delete the `/matrix` directory (`rm -rf /matrix`)"
  67. msgstr ""