1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
---
hide:
- navigation
- toc
---
<!-- markdownlint-disable -->
<h1 style="font-size: clamp(3rem, 8vw, 5rem); text-align: center; margin-bottom: 0;">Shoutrrr</h1>
<div style="display: flex; justify-content: center; margin-bottom: 2rem;">
<img src="assets/media/shoutrrr-logotype.svg" alt="Shoutrrr Logo" style="max-width: 100%; height: auto; max-height: 450px;" />
</div>
<p style="text-align: center; font-size: 1.2em">
A Go-based notification library for gophers and their furry friends.
Heavily inspired by <a href="https://github.com/caronc/apprise" target="_blank">Apprise</a>.
</p>
</br>
<p style="text-align: left; font-size: 1.2em">
Used by the following noteworthy projects:
<ul style="margin-left: 0">
<li><a href="https://github.com/nicholas-fedor/watchtower" target="_blank">Watchtower</a> - Solution for automating Docker container image updates.</li>
<li><a href="https://github.com/empowerists/beszel" target="_blank">Beszel</a> - Server monitoring platform with historical data, Docker stats, and alerts.</li>
<li><a href="https://github.com/aceberg/WatchYourLAN" target="_blank">WatchYourLAN</a> - Network IP scanner for notifying about new hosts and monitoring host connectivity.</li>
</ul>
</p>
<!-- markdownlint-restore -->
|