A Road-Warrior type install script for a matrix bot manager.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789 |
- #!/bin/sh
- domain=maubot.example.com
- server_address="https://$domain"
- home_server=matrix.com
- install_dir=/opt/maubot
- unix_user=www-data
- maubot_user=maubot
- maubot_pass=maubot
- ssl=y
|