summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-10-10 17:03:56 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-10-10 17:03:56 +0200
commitaa27b2fde51e13ec79914cd14ff6cb21303958b3 (patch)
treea6556aef5c15451dd2c751d23b9858874afe4fa3 /content
parent0215ac2585292e37ff6ebdca9b61f897ce6ec4b1 (diff)
downloadblog-aa27b2fde51e13ec79914cd14ff6cb21303958b3.zip
blog-aa27b2fde51e13ec79914cd14ff6cb21303958b3.tar.gz
blog-aa27b2fde51e13ec79914cd14ff6cb21303958b3.tar.bz2
setup: add Coquelicot and Unbound
Diffstat (limited to 'content')
-rw-r--r--content/pages/setup.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/pages/setup.rst b/content/pages/setup.rst
index 9f0a714..9e9d99f 100644
--- a/content/pages/setup.rst
+++ b/content/pages/setup.rst
@@ -48,6 +48,6 @@ Self-hosting
------------
In my experience, setting up email processing is the most difficult part of a self-hosted setup. On the servers, my mail is handled by `Postfix <http://www.postfix.org/>`_, `Dovecot <http://dovecot.org/>`_, `amavisd-new <https://www.amavis.org/>`_, `SpamAssassin <https://spamassassin.apache.org/>`_, `Postgrey <http://postgrey.schweikert.ch/>`_, `Roundcube <https://roundcube.net/>`_ and `ClamAV <https://www.clamav.net/>`_. Everything is glued together with MySQL.
-On my home server, `Tiny Tiny RSS <https://tt-rss.org/gitlab/fox/tt-rss/wikis/home>`_ aggregates all my various reading sources including news, blogs, comics and software updates. I also have an `ownCloud <https://owncloud.org/>`_ instance running, but it's only used to share files with others. I do my own file syncing with `git-annex <https://git-annex.branchable.com/>`_. Calendar and contacts are synced with `Radicale <http://radicale.org/>`_. I also maintain an `Etherpad <http://etherpad.org/>`_ instance for notes and to work together with others on documents. `Prosody <https://prosody.im/>`_ works best for me as a Jabber/XMPP server. Besides `Tor <https://www.torproject.org/>`_, I experiment with `I2P <https://geti2p.net/en/>`_, especially with the file sharing part of it. `BIND <https://www.isc.org/downloads/bind/>`_ does my DNS, but shame on me: I still didn't have the time to set up `DNSSEC <https://en.wikipedia.org/wiki/Dnssec>`_ and `DANE <https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities>`_.
+On my home server, `Tiny Tiny RSS <https://tt-rss.org/gitlab/fox/tt-rss/wikis/home>`_ aggregates all my various reading sources including news, blogs, comics and software updates. I also have an `ownCloud <https://owncloud.org/>`_ instance running, but it's only used to share files with others. At some point, I will replace ownCloud with `Coquelicot <https://coquelicot.potager.org/>`_ which is much easier to maintain and does everything that is needed for file sharing. I do my own file syncing with `git-annex <https://git-annex.branchable.com/>`_. Calendar and contacts are synced with `Radicale <http://radicale.org/>`_. I also maintain an `Etherpad <http://etherpad.org/>`_ instance for notes and to work together with others on documents. `Prosody <https://prosody.im/>`_ works best for me as a Jabber/XMPP server. Besides `Tor <https://www.torproject.org/>`_, I experiment with `I2P <https://geti2p.net/en/>`_, especially with the file sharing part of it. `BIND <https://www.isc.org/downloads/bind/>`_ does my DNS, but shame on me: I still didn't have the time to set up `DNSSEC <https://en.wikipedia.org/wiki/Dnssec>`_ and `DANE <https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities>`_. But I use `Unbound <https://www.unbound.net/>`_ as a recursive DNS resolver on my routers and on my laptop. In this way, I have at least DNSSEC validation support available.
Together with the services that are hosted `here <https://fossencdi.org>`__, I am able to self-host every service that I need and that involves my personal data.