Update README with proton instructions

This commit is contained in:
Evie Litherland-Smith 2023-10-01 11:43:56 +01:00
parent 406d922c8b
commit ae7da08fa3

View file

@ -3,6 +3,17 @@
* [0/1] Tasks * [0/1] Tasks
** [ ] rewrite README ** [ ] 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 * Old README.md
#+BEGIN_SRC markdown #+BEGIN_SRC markdown
# Personal NixOS configs # Personal NixOS configs