integram icon indicating copy to clipboard operation
integram copied to clipboard

Is integram.org having issues?

Open brunofm opened this issue 2 years ago • 10 comments

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 avatar Apr 24 '23 10:04 brunofm

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

image

brunofm avatar Apr 24 '23 10:04 brunofm

@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

mhkafadar avatar Apr 26 '23 12:04 mhkafadar

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

nicexe2e4 avatar Apr 27 '23 12:04 nicexe2e4

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

gituser avatar Apr 27 '23 13:04 gituser

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

nicexe2e4 avatar Apr 27 '23 16:04 nicexe2e4

@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.

gituser avatar Apr 27 '23 19:04 gituser

@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.

mhkafadar avatar Apr 27 '23 21:04 mhkafadar

@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

adibaulia avatar May 02 '23 04:05 adibaulia

@adibaulia

You need to build 2 binaries:

  • one from this repository - https://github.com/requilence/integram
  • another one from this - https://github.com/integram-org/bitbucket

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

gituser avatar May 02 '23 13:05 gituser

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?

brunofm avatar Mar 15 '24 12:03 brunofm