Skip to content

Receives donations from the tracker via a postback URL, and repeats them via a websocket.

Notifications You must be signed in to change notification settings

GramyPomagamy/donation-socket-repeater

 
 

Repository files navigation

donation-socket-repeater

Receives donations from the tracker via a postback URL, and repeats them via a websocket.

How to run

It's recommended to use Docker to deploy this by running the following commands:

docker build -t donation-socket-repeater .
docker run -d -p 127.0.0.1:9090:8080 --env SECRET_KEY=<ADD YOUR OWN SECRET KEY HERE> --env ROOT_DIR=/ donation-socket-repeater

The server in the container by default listens on the port 8080. It's also highly recommended to generate a random secret key for usage.

About

Receives donations from the tracker via a postback URL, and repeats them via a websocket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.3%
  • Dockerfile 16.7%