From e95ecb0701d3be9f3d4696bd6a9b78f4be9306bd Mon Sep 17 00:00:00 2001 From: Echolon Date: Tue, 26 Mar 2024 20:15:44 +0100 Subject: [PATCH] Precise project server setup statement Co-authored-by: Melvin Keskin --- content/blog/2024-03-28-xmpp-providers-support-chat-server.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/blog/2024-03-28-xmpp-providers-support-chat-server.md b/content/blog/2024-03-28-xmpp-providers-support-chat-server.md index fadfbd2..2cbc481 100644 --- a/content/blog/2024-03-28-xmpp-providers-support-chat-server.md +++ b/content/blog/2024-03-28-xmpp-providers-support-chat-server.md @@ -15,7 +15,8 @@ Its main purpose is to manage our XMPP server. And in the future, we will possibly run additional services on that server. But it also allows interested operators to have a smooth start with running their own XMPP server. -The XMPP Providers Server is an automated server setup and makes use of Ansible to set up a Debian-based server. +The XMPP Providers Server is an automated server setup. +It makes use of Ansible to configure a Debian-based server. The Ansible playbooks as well as the guide we wrote are an all-in-one setup for fully-featured XMPP servers. By using sensible defaults, the project focuses on simplicity rather than on covering all possible use cases. With more experience, the setup can be expanded in order to use a more complex configuration.