requilence / integram

Integrate Telegram into your workflow – Trello, Gitlab, Bitbucket and other bots
https://integram.org
GNU General Public License v3.0
1.54k stars 151 forks source link

Is integram.org having issues? #130

Open brunofm opened 1 year ago

brunofm commented 1 year ago

Right now I can't consistently open https://integram.org/ (sometimes it loads, sometimes it times out) and my GitLab webhooks only give a 502 error:

image

Is anyone else having similar issues?

brunofm commented 1 year ago

After a few times retrying, now I got a new error in GitLab:

image
mhkafadar commented 1 year ago

@brunofm I am also a user of Integram, but it has been down for a while. In the meantime, I've developed an open-source alternative that you can use for GitHub and GitLab - Trello is not supported for now.

You can use this alternative until Integram is back up and running.

https://github.com/mhkafadar/notifine

nicexe2e4 commented 1 year ago

@mhkafadar thanks for your work, but without MR and Pipe notifications it's useless(

gituser commented 1 year ago

@nicexe2e4 use self-hosted integram version and there will be no issues

nicexe2e4 commented 1 year ago

@gituser yeah, I want to try to deploy this in my k8s, just today I ran into a notification task, ty.

gituser commented 1 year ago

@nicexe2e4 there is no need for k8s, you're overcomplicating things. Just use simple container lxc or docker or kvm machine. Basically you need to run at least 2 or more binaries, one for integram (core service), one for gitlab (https://github.com/integram-org/gitlab) or trello (https://github.com/integram-org/trello) or any other service to get notifications.

Configuration is controlled by ENV variables.

mhkafadar commented 1 year ago

@mhkafadar thanks for your work, but without MR and Pipe notifications it's useless(

@nicexe2e4

Thank you for your feedback. I'm happy to let you know that I've implemented MR and Pipeline notifications for Gitlab. Please give it a try, and for any future suggestions or feedback, feel free to open an issue on the repository. I'll make sure to address and implement any required features within 3 days after the issue is opened.

adibaulia commented 1 year ago

@nicexe2e4 there is no need for k8s, you're overcomplicating things. Just use simple container lxc or docker or kvm machine. Basically you need to run at least 2 or more binaries, one for integram (core service), one for gitlab (https://github.com/integram-org/gitlab) or trello (https://github.com/integram-org/trello) or any other service to get notifications.

Configuration is controlled by ENV variables.

how to install it? i need to use the bitbucket for telegram bot. the documentation for installing quite hard to read

gituser commented 1 year ago

@adibaulia

You need to build 2 binaries:

Follow installation instructions in each of the repositories, you'll figure it out eventually :)

brunofm commented 6 months ago

This week I randomly started getting notifications in our Telegram group for things that happened back when I opened this issue. Got probably dozens or even hundreds of notifications throughout the week.

Has this happened to anyone else?