Categorygithub.com/hadret/forwardly-go
modulepackage
1.2.2
Repository: https://github.com/hadret/forwardly-go.git
Documentation: pkg.go.dev

# README

Forwardly-Go

Super simple POST to GET forwarder using FastAPI. This was born from the need of connecting Alertmanager and Uptime Kuma. This app gets the webhook notification in POST and converts it to GET and fowards it to Uptime Kuma. That's it.

This one is a Go rewrite from Python/FastAPI using Gin.

Testing

To test whether the POST payload works with the sample alert.json file run this:

curl -XPOST -H "Content-Type: application/json" [email protected] localhost:8000/AAaaAaAaaa

This assumes that .env-sample file is unchanged and symlinked/moved to .env.

# Structs

No description provided by the author
No description provided by the author