1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
---
hide:
- navigation
- toc
---
<!-- markdownlint-disable -->
<h1 style="font-size: clamp(3rem, 8vw, 6rem); text-align: center; margin-bottom: 1rem;">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; margin-bottom: 1rem;">
A Go-based alternative to <a href="https://github.com/caronc/apprise" target="_blank">Apprise</a> used by <a href="https://github.com/nicholas-fedor/watchtower" target="_blank">Watchtower</a>.
</p>
<!-- markdownlint-restore -->
|