Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gerold-penz/gotify-webhook-gateway
Sends an HTTP request when the Gotify server receives a message.
https://github.com/gerold-penz/gotify-webhook-gateway
docker docker-compose gateway gotify http-requests message nodejs notification parcel-bundler proxy typescript webhook websocket
Last synced: 7 days ago
JSON representation
Sends an HTTP request when the Gotify server receives a message.
- Host: GitHub
- URL: https://github.com/gerold-penz/gotify-webhook-gateway
- Owner: gerold-penz
- License: mit
- Archived: true
- Created: 2022-07-07T09:40:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T15:31:13.000Z (over 2 years ago)
- Last Synced: 2024-08-02T16:11:36.302Z (3 months ago)
- Topics: docker, docker-compose, gateway, gotify, http-requests, message, nodejs, notification, parcel-bundler, proxy, typescript, webhook, websocket
- Language: TypeScript
- Homepage:
- Size: 102 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gotify Webhook Gateway/Server
Sends HTTP requests (WebHooks) when Gotify server receives messages.
Gotify webhook gateway is a small server program that can be installed
with Docker. It connects to your Gotify server via WebSocket and
REST API and waits until a new message is sent to Gotify.
This message is now sent to an HTTP server via HTTP request.For example, you can use it to notify no-code platforms like NodeRed or
N8N when a new message has been created for a particular Gotify application.
I use it to automatically add ToDo notes to my Mattermost board (Focalboard).
After that I automatically delete the message from the Gotify server.