File: index.md

package info (click to toggle)
golang-github-nicholas-fedor-shoutrrr 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,432 kB
  • sloc: sh: 74; makefile: 5
file content (26 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download
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 -->