From 023770663f00e4a6bc0f08e2c5d50aed19e80629 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 1 Jul 2023 17:25:53 -0400 Subject: [PATCH] Updated showcase (markdown) --- showcase.md | 1 + 1 file changed, 1 insertion(+) diff --git a/showcase.md b/showcase.md index 4b83da5..1683495 100644 --- a/showcase.md +++ b/showcase.md @@ -10,6 +10,7 @@ Apprise has been mentioned in: ## Integrations - [ChangeDetection](https://github.com/dgtlmoon/changedetection.io): A tool that monitors websites you provide it so that it can alert you when the page changes (and/or is updated). +- [Apache Airflow](https://airflow.apache.org/): Airflow is a platform created by the community to programmatically author, schedule and monitor workflows. - [Home Assistant](https://www.home-assistant.io/): Open source home automation that puts local control and privacy first. - [Fail2Ban](https://www.fail2ban.org/): scans log files and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc. Generally Fail2Ban is then used to update firewall rules to reject the IP addresses for a specified amount of time, although any arbitrary other action (e.g. sending a notification via Apprise) could also be configured. - [Uptime Kuma](https://github.com/louislam/uptime-kuma): A popular self-hosted monitoring tool like _[Uptime Robot](https://uptimerobot.com/)_.