Adding public key / various resume tweeks
[pwan.org.git] / content / security / hgr.rst
1 hgr
2 ###
3
4 :date: 2013-11-09
5 :tags: opsec, hgr
6 :category: opsec
7 :author: Jude N
8
9 I've implementing a version of Daniel Patterson's `Hacker's GMail Replacement`_, and finally got around to publishing it as `a Puppet module`_.
10 Even if you don't know puppet, it shouldn't be too hard to walk through the manifests and see what setting it up involved.
11
12 I don't live inside Emacs as much as Mr Patterson apparently does, so I left out the notmuch and afew content.
13 Instead I added `radicale`_ support for publishing my calendar and todo lists, and I've started moving towards setting up LDAP for my address book.
14 That may be overkill - maintaining an LDAP address book for personal use looks like a PITA.
15
16 So far, it's working well with my phone using `K9`_ for mail and `aCal`_ for a calender. On the non-phones, Thunderbird/Lightning is working out well.
17
18 I've set up gmail to forward to my non-gmail account. Pretty much the only time I log into gmail (or google for that matter) in the past couple months
19 has been to delete content or wipe profile data.
20
21 It was an interesting exercise. The next steps for this project would be to update the manifests to follow the Puppet Forge documentation standards,
22 and to include some rspec-puppet tests, and then to maybe like into setting up `Packer`_ to build a VM that applies the module.
23
24 .. _Hacker's Gmail Replacement: http://dbpmail.net/essays/2013-06-29-hackers-replacement-for-gmail.html
25 .. _a puppet module : https://pwan.org/git/?p=hgr.git;a=summary
26 .. _radicale : http://radicale.org/
27 .. _K9 : https://code.google.com/p/k9mail/
28 .. _aCal : http://acal.me/wiki/Main_Page
29 .. _Packer: http://www.packer.io