Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for notifying into matrix #229

Closed
telmich opened this issue Aug 8, 2021 · 3 comments · Fixed by #233
Closed

Add support for notifying into matrix #229

telmich opened this issue Aug 8, 2021 · 3 comments · Fixed by #233

Comments

@telmich
Copy link

telmich commented Aug 8, 2021

Matrix (matrix.org) is an open source federated chat is more and more used as a replacement for Slack.
Matrix has a very simple API that is alread implemented by services such as gitea.

The typical parameters for a matrix webhook are:

  • Homeserver URL
  • Room ID (where to post)
  • Access token (authentication)
  • Event type (optional, can be m.notice or m.text)
@stefanprodan
Copy link
Member

You could use the Slack provider along with https://matrix.org/docs/projects/as/matrix-appservice-webhooks

@telmich
Copy link
Author

telmich commented Aug 9, 2021

That is absolutely correct, @stefanprodan. However that would mean everyone using Matrix will need to add their own webhook server. That's why I was wondering if it makes sense to add this functionality directly into flux.

@stefanprodan
Copy link
Member

@telmich I'm not against implementing an alert provider for Matrix, I just wanted to add a note here for others, that there is a workaround for using Matrix even if Flux don't supports yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants