Discover Packages
github.com/hadret/forwardly-go
command
module
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: May 28, 2025
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
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
.
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.