From 308cf75416bf45ca39efafd95e52ed2e53fea5d1 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Mon, 15 Mar 2021 23:14:54 +0100 Subject: [PATCH 1/2] :tada: intial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..62f74a3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Kanbot + +A Matrix bot for [Kanbaord](https://kanboard.org) based on matrix-nio. From 5863142524d790849276a2a8e82a2ed24a85a234 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Mon, 15 Mar 2021 23:17:13 +0100 Subject: [PATCH 2/2] :pencil2: add example config --- config.yaml.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.yaml.example diff --git a/config.yaml.example b/config.yaml.example new file mode 100644 index 0000000..1422b0e --- /dev/null +++ b/config.yaml.example @@ -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" +...