Browse Source
Adds support to push to channels with alert_pushbullet.sh and strings added to main server filespull/1172/head^2
60 changed files with 240 additions and 0 deletions
@ -24,6 +24,10 @@ email="[email protected]" |
|||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
|
# Pushbullet Channel | Do not set unless the channel exists on the |
||||
|
# account associated with the access token. Set without using the '#' |
||||
|
# E.g: "thisisachanneltag" would push to #thisisachanneltag |
||||
|
channeltag="" |
||||
|
|
||||
# Start Variables |
# Start Variables |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
|
Loading…
Reference in new issue