Update README with proton instructions
This commit is contained in:
parent
406d922c8b
commit
ae7da08fa3
11
README.org
11
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
|
||||
|
|
Loading…
Reference in a new issue