From ae7da08fa312d0b6828e7d587d3d3b2fd0f13d13 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 1 Oct 2023 11:43:56 +0100 Subject: [PATCH] Update README with proton instructions --- README.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.org b/README.org index ec3fffda..934267d2 100644 --- a/README.org +++ b/README.org @@ -3,6 +3,17 @@ * [0/1] Tasks ** [ ] rewrite README +* Proton Bridge setup +Docker source: [[https://hub.docker.com/r/shenxn/protonmail-bridge][Docker]] / [[https://github.com/shenxn/protonmail-bridge-docker][GitHub - shenxn/protonmail-bridge-docker: ProtonMail IMAP/SMTP Bridge Docker ...]] + +To initialise: +#+begin_src bash +podman run --rm -it -v protonmail:/root shenxn/protonmail-bridge init +#+end_src +and follow normal login system for cli. + +systemd unit handles running container on boot after this. + * Old README.md #+BEGIN_SRC markdown # Personal NixOS configs