Merge branch 'master' of https://gitea.auro.re/Aurore/kanbot
This commit is contained in:
commit
0ec2ccf3fb
2 changed files with 12 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Kanbot
|
||||
|
||||
A Matrix bot for [Kanbaord](https://kanboard.org) based on matrix-nio.
|
9
config.yaml.example
Normal file
9
config.yaml.example
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
listen_addr: 0.0.0.0
|
||||
listen_port: 8000
|
||||
matrix_homeserver: https://matrix.org
|
||||
matrix_user: "@mykanbot:matrix.org"
|
||||
matrix_password: "CHANGE_ME"
|
||||
matrix_romm: "!change_me:matrix.org"
|
||||
webhook_token: "change_me"
|
||||
...
|
Loading…
Reference in a new issue