From 427f40d52764448bde8d4c70eb2180f102eb836f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 28 Jun 2022 09:58:38 -0400 Subject: [PATCH] Updated showcase (markdown) --- showcase.md | 1 + 1 file changed, 1 insertion(+) diff --git a/showcase.md b/showcase.md index 6cfe913..478c962 100644 --- a/showcase.md +++ b/showcase.md @@ -8,6 +8,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). - [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/)_. - [Apprise-GA](https://github.com/cstuder/apprise-ga): Apprise [GitHub Action](https://github.com/features/actions) integration. Also available in the [GitHub Marketplace](https://github.com/marketplace/actions/apprise-notification). - [Bazarr](https://www.bazarr.media/): A companion application to [Sonarr](https://sonarr.tv) and [Radarr](https://radarr.video). It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.