Open phybros opened 3 years ago
Hey I know it's been two years but do we think this will get merged? 😅
Hey, sry for being so inactive here. I'm still against merging specific notification services directly and would rather see a plugin system: https://github.com/Chronial/snapraid-runner/issues/49
Added the ability to send discord messages via webhooks (no new dependencies were added). Configured using a new
[discord]
section in the config file (I updated the example file as well).Also made smtp disableable using a new
enabled = false
flag in the[smtp]
section since people may not want email at all, and it writes anERROR
log if you don't have the smtp host set up.