mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-24 05:25:56 +00:00
106 lines
3.1 KiB
Plaintext
106 lines
3.1 KiB
Plaintext
|
# SOME DESCRIPTIVE TITLE.
|
||
|
# Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
|
||
|
# members
|
||
|
# This file is distributed under the same license as the
|
||
|
# matrix-docker-ansible-deploy package.
|
||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
|
||
|
#
|
||
|
#, fuzzy
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: matrix-docker-ansible-deploy \n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2024-12-16 12:05+0900\n"
|
||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||
|
"Language: jp\n"
|
||
|
"Language-Team: jp <LL@li.org>\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||
|
"Content-Transfer-Encoding: 8bit\n"
|
||
|
"Generated-By: Babel 2.16.0\n"
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:1
|
||
|
msgid "Uninstalling"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:3
|
||
|
msgid "**Warnings**:"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:5
|
||
|
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."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:7
|
||
|
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**."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:11
|
||
|
msgid "Uninstalling using a script"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:13
|
||
|
msgid "Installing places a `/matrix/bin/remove-all` script on the server."
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:15
|
||
|
msgid ""
|
||
|
"You can run it to to have it uninstall things for you automatically (see "
|
||
|
"below). **Use with caution!**"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:17
|
||
|
msgid "Uninstalling manually"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:19
|
||
|
msgid ""
|
||
|
"If you prefer to uninstall manually, run these commands (most are meant "
|
||
|
"to be executed on the Matrix server itself):"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:21
|
||
|
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)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:23
|
||
|
msgid ""
|
||
|
"delete the Matrix-related systemd `.service` and `.timer` files (`rm -f "
|
||
|
"/etc/systemd/system/matrix*.{service,timer}`) and reload systemd "
|
||
|
"(`systemctl daemon-reload`)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:25
|
||
|
msgid ""
|
||
|
"delete some cached Docker images (`docker system prune -a`) or just "
|
||
|
"delete them all (`docker rmi $(docker images -aq)`)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:27
|
||
|
msgid ""
|
||
|
"delete the Docker networks: `docker network rm matrix matrix-coturn` "
|
||
|
"(might have been deleted already if you ran the `docker system prune` "
|
||
|
"command)"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:29
|
||
|
msgid "uninstall Docker itself, if necessary"
|
||
|
msgstr ""
|
||
|
|
||
|
#: ../../../docs/uninstalling.md:31
|
||
|
msgid "delete the `/matrix` directory (`rm -rf /matrix`)"
|
||
|
msgstr ""
|
||
|
|