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.

config.sample 179B

123456789
  1. #!/bin/sh
  2. domain=maubot.example.com
  3. server_address="https://$domain"
  4. home_server=matrix.com
  5. install_dir=/opt/maubot
  6. unix_user=www-data
  7. maubot_user=maubot
  8. maubot_pass=maubot
  9. ssl=y