From c0351a9b4dabf54c215d6bc101aa0f456eaf4cf8 Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Thu, 23 Apr 2020 17:18:41 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b8cb59e..785f101 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,11 @@ docker run -d --name=protonmail-bridge -v protonmail:/root -p 1025:25/tcp -p 114 ## Compatability The bridge currently only supports some of the email clients and can only run on `amd64` architecture. More details can be found on the official website. I've tested this on a Synology DiskStation and it runs well. However, you may need ssh onto it to run the interactive docker command to add your account. The main reason of using this instead of environment variables is that it seems to be the best way to support two-factor authentication. + + +## TODO + +Since the protonmail bridge is now [open source](https://protonmail.com/blog/bridge-open-source/), there is more thing we can do here. + +- [ ] Build an ARM version so that it can run on things like Raspberry Pi. +- [ ] Remove GUI dependencies to reduce the docker image size.