Browse Source

add gotify

pull/3427/head
Daniel Gibbs 4 years ago
parent
commit
401edb2e74
  1. 5
      lgsm/config-default/config-lgsm/dodrserver/_default.cfg
  2. 5
      lgsm/config-default/config-lgsm/stnserver/_default.cfg

5
lgsm/config-default/config-lgsm/dodrserver/_default.cfg

@ -43,6 +43,11 @@ emailalert="off"
email="[email protected]"
emailfrom=""
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
gotifyalert="off"
gotifytoken="token"
gotifywebhook="webhook"
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
iftttalert="off"
ifttttoken="accesstoken"

5
lgsm/config-default/config-lgsm/stnserver/_default.cfg

@ -41,6 +41,11 @@ emailalert="off"
email="[email protected]"
emailfrom=""
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
gotifyalert="off"
gotifytoken="token"
gotifywebhook="webhook"
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
iftttalert="off"
ifttttoken="accesstoken"

Loading…
Cancel
Save