From 111f3b917c8aa5ccaaaa2c8368b0e70d11e7e916 Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Sat, 20 Apr 2019 22:25:02 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d153613..27cc317 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ -# gitea-matrix-bot (WORK IN PROGRESS, ALPHA!) +# gitea-matrix-bot (WORK IN PROGRESS!) A bot to listen for [gitea](https://gitea.io) webhooks and post to a [matrix](https://matrix.org) channel @@ -19,17 +19,23 @@ following options: [http] # The path the listener will expect the post data http_uri = "/post" - # The port the listener will listen on http_port = "9000" + [matrix] # The matrix server to connect to matrix_host = "http://matrix.org" - +# The matrix room to post to +matrix_room = "#my-awesome-room:matrix.org" # User credentions of the bot for posting to the room matrix_pass = "supersecretpass" matrix_user = "my-awesome-bot" + + +[bot] +# Path of the database to be used +db_path = "./tokens.db" ``` Then start the bot. It will listen on the configured URI for incoming gitea