Adding upstream version 0.8.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3b2c48b5e4
commit
c0c4addb85
285 changed files with 25880 additions and 0 deletions
43
docs/index.md
Normal file
43
docs/index.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
# Shoutrrr
|
||||
|
||||
<div align="center">
|
||||
<img src="https://raw.githubusercontent.com/nicholas-fedor/shoutrrr/main/docs/shoutrrr-logotype.png" height="450" width="450" />
|
||||
</div>
|
||||
|
||||
<p align="center">
|
||||
Notification library for gophers and their furry friends.<br />
|
||||
Heavily inspired by <a href="https://github.com/caronc/apprise">caronc/apprise</a>.
|
||||
</p>
|
||||
|
||||
<p align="center" class="badges">
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://github.com/nicholas-fedor/shoutrrr/workflows/Main%20Workflow/badge.svg">
|
||||
<img src="https://github.com/nicholas-fedor/shoutrrr/workflows/Main%20Workflow/badge.svg" alt="github actions workflow status">
|
||||
</a>
|
||||
<a href="https://codecov.io/gh/nicholas-fedor/shoutrrr" rel="nofollow">
|
||||
<img alt="codecov" src="https://codecov.io/gh/nicholas-fedor/shoutrrr/branch/main/graph/badge.svg">
|
||||
</a>
|
||||
<a href="https://www.codacy.com/gh/nicholas-fedor/shoutrrr/dashboard?utm_source=github.com&utm_medium=referral&utm_content=nicholas-fedor/shoutrrr&utm_campaign=Badge_Grade" rel="nofollow">
|
||||
<img alt="Codacy Badge" src="https://app.codacy.com/project/badge/Grade/47eed72de79448e2a6e297d770355544">
|
||||
</a>
|
||||
<a href="https://goreportcard.com/badge/github.com/nicholas-fedor/shoutrrr" rel="nofollow">
|
||||
<img alt="report card" src="https://goreportcard.com/badge/github.com/nicholas-fedor/shoutrrr">
|
||||
</a>
|
||||
<a href="https://pkg.go.dev/github.com/nicholas-fedor/shoutrrr" rel="nofollow">
|
||||
<img alt="go.dev reference" src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square">
|
||||
</a>
|
||||
<a href="https://hub.docker.com/r/nickfedor/shoutrrr" rel="nofollow">
|
||||
<img alt="Pulls from DockerHub" src="https://img.shields.io/docker/pulls/nickfedor/shoutrrr.svg">
|
||||
</a>
|
||||
<a href="https://github.com/nicholas-fedor/shoutrrr">
|
||||
<img alt="github code size in bytes" src="https://img.shields.io/github/languages/code-size/nicholas-fedor/shoutrrr.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/nicholas-fedor/shoutrrr/blob/main/LICENSE">
|
||||
<img alt="license" src="https://img.shields.io/github/license/nicholas-fedor/shoutrrr.svg?style=flat-square">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
To make it easy and streamlined to consume shoutrrr regardless of the notification service you want to use,
|
||||
we've implemented a notification service url schema. To send notifications, instantiate the `ShoutrrrClient` using one of
|
||||
the service urls from the [overview](services/overview.md).
|
Loading…
Add table
Add a link
Reference in a new issue