Category: matrix

  • Matrix .well-known

    To be fully discoverable you have to set up the .well-known. otherwise the federation will not work. Test your federation settings with the tester if not setup correctly you will see the check like this has to be used without matrix.<your-domain>. only use <your-domain> There are different ways to do this. depending on how you…

  • Matrix Jitsi

    Jitsi is a web collaboration client for video conferencing and sharing Additional information: here The jitsi.<your-domain> has to be setup ports 4443/tcp and 10000/udp have to be opened Setup jitsi: add the following to the inventory/host_vars/matrix.<your-domain>/vars.yml Don’t forget to create secure passwords or use “bash inventory/scripts/jitsi-generate-passwords.sh” Now apply the config restart the services Now you…

  • Matrix statistics

    Set up the statistics service for your messaging server Additional information: here stats.<your-domain> DNS entry has to exist add the following to the inventory/host_vars/matrix./vars.yml file Now run the setup again restart the services Now you should be able to login to https://stats.<your-domain>

  • Matrix Chat Server

    In days where governments are checking out more and more services and demanding backdoors in messanger services it may be good to host his own messenger service. I recently found this one and it seems to be quite easy to setup. All Information can also be found on the projects page Git Hub Project: https://github.com/spantaleev/matrix-docker-ansible-deploy…