Skip to content
  • Aerion's avatar
    add alert notifications for multiple providers via apprise-api · 71617d3f
    Aerion authored and Benjamin Bouvier's avatar Benjamin Bouvier committed
    apprise-api is a new external optional dependency. It's a web api for
    sending messages to different providers (to be used as notifications).
    
    Alerts could be received only via email before. With this commit, a
    new set of providers is available thanks to the usage of
    apprise-api.
    
    In order for the alerts to be received, the following must be
    respected:
    * admin: apprise-api must be running and configured in the server settings
    * user:  in the alerts configuration, the user must specify its
      apprise url, specific to its provider. The format of an apprise url
      for a provider can be found here:
      https://github.com/caronc/apprise/wiki#notification-services
    71617d3f