Skip to content

uniibu/docker-wallet-alert

Repository files navigation

docker-wallet-alert

  send slack alerts about other containered wallets

Via Docker

Create a named volume

docker volume create --name=notify-data

Create default.json file somwhere in your directory example ~/.walletnotify/default.json Required config variables are below:

{
  "BITCOIND": 8332,
  "PARITYETH": 8545,
  "SLACKURL": "https://SLACKWEBHOOKURL",
  "CRON": "*/30 * * * * *"
}

BITCOIND PARITYETH LITECOIND etc.. are the json rpc ports SLACKURL is the webhook url from slack CRON is the duration of alert on cron format

Run via Docker

docker run -v notify-data:/app --name=walletnotify -d \
      -v $HOME/.walletnotify/default.json:/app/config/default.json \
      -v /var/run/docker.sock:/var/run/docker.sock \
      unibtc/wallet-alert:latest

Auto Install

sudo bash -c "$(curl -L https://git.io/fxuek)"

About

send slack alerts about other containered wallets

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •