From 90ec4a7a914fe618d56ebfbdba09032018128b63 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 12 Feb 2024 01:09:07 +0000 Subject: [PATCH] Link to Matrix room in README --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c51594a..e905381 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,7 @@ +# status + +A status page written in Go. Join our [Matrix room](https://matrix.to/#/#status-page:exozy.me) for development discussion. + ## TODO Tech stack @@ -40,6 +44,6 @@ Services When config file is down, those variables will be made non-optional and load from config instead of envvar. -- `MAUTRIX_USER_ID`: Matrix user ID, optional, e.g. `@exozymebot76397:matrix.org`g +- `MAUTRIX_USER_ID`: Matrix user ID, optional, e.g. `@bot:exozy.me` - `MAUTRIX_ACCESS_TOKEN`: Matrix access token -- `MAUTRIX_ROOM_ID`: Matrix room ID, optional, e.g. `#room-name:matrix.org` +- `MAUTRIX_ROOM_ID`: Matrix room ID, optional, e.g. `#notifications:exozy.me`