meta data for this page
  •  
Translations of this page:
  • en

**This is an old revision of the document!**

Matrix Synapse Miscellaneous

Different things, sometimes advanced and some things that just did not fit in the regular guide.

Interesting projects

Add an support Chat on the website

Comment-section

Create your Diary/Blog with Matrix

  • ??

Collaborated writing

Moderating Matrix

Synpase maintenance tools

Show the public rooms on the server

Coturn

Coturn is a turn server and it is used for 1:1 voip calls through the client (example: riot).

apt install coturn

Edit Config files

opening ports

Installing Bots

Matrix Synapse currently does not have a concept of bots, a bot is just a normal user. Usally there is a config and a .py file, download the files, unpack them and run the .py file. Running and downloading things via pip is not recommended.

Install python3

sudo apt install python3

then install pip

sudo apt install python3-pip

then matrix-bot-api from pyp

pip3 install matrix-bot-api

and finally fill out the config and start it

python3 pollbot.py