meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
digital:server:matrixsynapserandom [2018/11/01 22:40] natrius |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | # Matrix Synapse Random | ||
- | ## Optional Adminshell | ||
- | |||
- | If you forgot to write '' | ||
- | |||
- | There is another way but you should **not** work like that all the time because its not secure. There is a reason you have to write '' | ||
- | |||
- | ## Change listener port | ||
- | |||
- | Now check if the HTTP and HTTPS listener port ' | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | port: 8448 | ||
- | bind_addresses: | ||
- | - ' | ||
- | |||
- | - port: 8008 | ||
- | bind_addresses: | ||
- | </ | ||
- | |||
- | ## 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 '' | ||
- | |||
- | Install python3 | ||
- | |||
- | < | ||
- | |||
- | then install pip | ||
- | |||
- | < | ||
- | |||
- | then matrix-bot-api from pyp | ||
- | |||
- | < | ||
- | |||
- | and finally fill out the config and start it | ||
- | |||
- | < |