Video coming soon…

💬 Setup Apprise API — One Gateway to 100+ Notification Services

Deploy the Apprise API on Ubuntu with Docker — a single notification gateway that delivers to Telegram, Discord, email, ntfy, Slack, and 100+ other services through one simple API, on port 8189.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys the Apprise API on port 8189. Send to 100+ services (Telegram, Discord, email, ntfy…) through one unified endpoint.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/communication/apprise/apprise-ubuntu.sh
chmod +x apprise-ubuntu.sh
sudo bash apprise-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/communication/apprise/apprise-ubuntu.sh

2 Make it Executable

chmod +x apprise-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts the Apprise API on port 8189, with its configuration and attachments stored in mounted volumes. You then define notification targets and send to them through one HTTP endpoint.

sudo bash apprise-ubuntu.sh

4 Send a Test Notification

Apprise is an API — you call it from your scripts and apps. Send a test notification to a configured target through the endpoint:

curl -X POST -d '{"urls":"ntfy://...","body":"Hello"}' http://<your-server-ip>:8189/notify

Ports Used

PortPurpose
8189Notification API (host → container 8000)
./configNotification definitions and channel tokens
100+ servicesTelegram, Discord, Slack, email, ntfy, Pushover, and more

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions