From 072d10267591b1653d110afbb50d12953121b235 Mon Sep 17 00:00:00 2001 From: Lanubya Date: Mon, 16 Sep 2024 20:51:29 +0200 Subject: [PATCH] . --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9324ba8 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +For initialization via unraid docker compose, make sure to run the container and run a unraid terminal to kill the protonmail-bridge process, so you can initialize the pass. + +Run the following commands in the unraid terminal: + +docker exec protonmail-bridge-v2 ps aux +docker exec protonmail-bridge-v2 kill -9 +docker exec protonmail-bridge-v2 /bin/bash /protonmail/entrypoint.sh init + +The key should be generated. After that you should see an ASCII-Art bridge. +Enter "login" to start the authentication process. If you have 2FA enabled, it should be requested after the password. + + +If any adjustments need to be made on the account settings, repeat the process, but instead of running `/bin/bash /protonmail/entrypoint.sh init`, you run `protonmail-bridge --cli``. \ No newline at end of file