From 14bd3effde529ada90aabfa531bc0defcbe3683b Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Tue, 20 Dec 2016 17:27:30 +0000 Subject: [PATCH] Add riotchat --- supporting-docs/projects/2016-12-11-riotchat.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 supporting-docs/projects/2016-12-11-riotchat.md diff --git a/supporting-docs/projects/2016-12-11-riotchat.md b/supporting-docs/projects/2016-12-11-riotchat.md new file mode 100644 index 00000000..c34a537a --- /dev/null +++ b/supporting-docs/projects/2016-12-11-riotchat.md @@ -0,0 +1,13 @@ +--- +layout: project +title: riotchat +categories: projects other +description: Ansible playbook for matrix/riot.im setup +author: kultsinuppeli +maturity: Alpha +--- + +# {{ page.title }} +This playbook sets up Matrix and Riot.im on a single server or two separate servers. The servers will request Let's Encrypt certificates for the hostnames assigned to them. + +Find the source on [GitHub](https://github.com/kultsinuppeli/riotchat).