mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
- Change the configuration minimally and more reliably. - Rename the Apache configuration and add comments. - Rename firewalld description file. - Enable the matrixsynapse module by default. - Improve category, description texts and warnings. - Remove unused variable. - Add missing docstrings. - Minor styling updates. - Fix i18n in templates. - Fix showing description in main service view. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
7 lines
605 B
XML
7 lines
605 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<service>
|
|
<short>Matrix Synapse</short>
|
|
<description>Matrix is a Federated IM, VoIP and Video server. In Matrix, every user runs one or more Matrix clients, which connect through to a Matrix homeserver. The homeserver stores all their personal chat history and user account information, much as a mail client connects through to an IMAP/SMTP server. Enable this if you are running a Matrix Synapse homeserver to create local Matrix accounts that can federate with accounts on other servers.</description>
|
|
<port protocol="tcp" port="8448"/>
|
|
</service>
|