techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.8K
active users

#housebrain

0 posts0 participants0 posts today

question for the fedi:

How do you convert webhook formats in a environment? For example, converting 'generic webhook' payload to feed

Lots of people seem to use , but that is a lot for a json transform.

Difficulty: It is part of the alerting pipe, so it should be as durable as possible. (As durable as something running on the same infra can be.)

I saw github.com/adnanh/webhook with simple python or curl scripts, but even with (networkpolicy, securitycontext, etc) shell scripts seem hacky at best and a Bad Idea at worst.

Some form of would probably work, but that means finding, installing and learning a new that hopefully won't become a huge headache in a week or a year.

The old uses git-backed and it is a huge pain to maintain. (Mostly thanks to my design.) I'm doing it better this time.

()

webhook is a lightweight incoming webhook server to run shell commands - adnanh/webhook
GitHubGitHub - adnanh/webhook: webhook is a lightweight incoming webhook server to run shell commandswebhook is a lightweight incoming webhook server to run shell commands - adnanh/webhook