Skip to content

gobytecoin/lamassu-server-gobyte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is part of the Raqía Monoeci Machine platform.

lamassu-server

Lamassu remote server.

Installation

git clone git@github.com:lamassu/lamassu-server.git
cd lamassu-server
npm install

or script install

curl -sS https://raw.githubusercontent.com/Yoyae/lamassu-server-monoeci/v5/install | bash

Configuration

bin/ssu config smtp2go user pass fromEmail toEmail
bin/ssu config twilio accountSid authToken fromNumber toNumber
bin/ssu set sms twilio
bin/ssu set email smtp2go
bin/ssu notify [email] [sms]  # send email or sms alerts, or both
bin/ssu config notifier lowBalanceThreshold # set low balance alert, in fiat

Running

node lib/app.js

About

Part of the Rakía Monoeci Machine platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Other 1.3%