forwardly-go

command module
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2025 License: MIT Imports: 5 Imported by: 0

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" -d@alert.json localhost:8000/AAaaAaAaaa

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL