e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

commit 67f289e99644282a5fbfc000aa8c0de9e188334a
parent 48cf8621dbbac3996a2bf3860a6c950056705185
Author: Paco Esteban <paco@e1e0.net>
Date:   Tue, 15 Dec 2020 20:07:53 +0100

add comment about new prosody ansible module

Diffstat:
Msrc/self-hosted-xmpp-server.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/self-hosted-xmpp-server.md b/src/self-hosted-xmpp-server.md @@ -3,6 +3,9 @@ Author: paco Date: 2019-04-25 Type: article +_Update 2020-12-15: I've adapted [this ansible role][12] to match my needs. You +can take a look at it [here][13]. This is running on 6.8-current._ + Tested on OpenBSD 6.5 (prosody version 0.11.2) ## Intro @@ -251,3 +254,5 @@ choice. Here you have some examples in [perl][9], [python][10] and [golang][11] [9]: https://metacpan.org/pod/Net::XMPP [10]: https://lab.louiz.org/poezio/slixmpp [11]: https://github.com/FluuxIO/go-xmpp +[12]: https://github.com/cullum/dank-selfhosted/tree/master/roles/prosody +[13]: https://e1e0.net/repo/prosody_ansible_role.tar.gz