Skip to content

Apprise

What is it?

Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc.

Note

Saltbox has a built-in Apprise client that can be used to send notifications. This container is not only used to provide a web UI for configuring and managing notifications, but it also exposes an API. This API allows for programmatic interaction, enabling other applications or scripts to send notifications through the Apprise service. For more information, see the Apprise Client Docs.

Details
Project home Docs Github Docker

1. Installation

sb install sandbox-apprise

2. URL

  • To access apprise, visit https://apprise._yourdomain.com_

3. Setup

The instance runs on the Docker network accessible to other saltbox network containers at http://apprise:8000

The configured username/password are taken from your Saltbox accounts.yml file located in /srv/git/saltbox/accounts.yml

A typical apprise URL would look like this:

https://apprise._yourdomain.com_/notify?service=discord&title=Hello&body=World