From eea84a560247a601ff0a2a645dba0a2a3bb3e1fd Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Tue, 28 Oct 2014 09:59:02 +0000 Subject: [PATCH] Tag 0.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2fdf731 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# 0.1.0 + +* Static webhosting + * based on haproxy with nginx backends + * all running as Docker containers + * SNI-capable (multiple https domains on one single IPv4 address) + * pulls in content from any git repo, then updates every 10 minutes + * can be run redundantly in round-robin DNS setup + +* email forwarder + * based on postfix + * stateless apart from simple configuration files + * can be run redundantly on multiple MX handlers + +* automated administration + * Docker containers are orchestrated with etcd and systemd + * script to deploy it on a remote coreos server + * script for adding a site from a git repo + * script for adding an empty placeholder site + * docs describing how to use these scripts + * Vagrantfile for using it inside vagrant -- GitLab